From b5e76f42a55813de8ea77104ee836e9ec48dc816 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 6 Sep 2015 16:14:53 -0700 Subject: [PATCH] Note @ruslantalpa's contribution in changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575d117f6..54469fba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Added +- Filter columns, e.g. `?select=col1,col2` - @ruslantalpa + ## [0.2.11.1] - 2015-09-01 ### Fixed