From acd8e92d244aeaddd60a6fbe02acd147e1db6c16 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 17 Aug 2015 09:40:49 -0700 Subject: [PATCH] Note the NOT IN addition --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c6cd15e..7afcbe4d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Added +- Filter NOT IN values, e.g. `?col=notin.1,2,3` - @rall - CSV responses to GET requests with `Accept: text/csv` - @diogob - Debian init scripts - @mkhon - Allow filters by computed columns - @diogob