Note the NOT IN addition

This commit is contained in:
Joe Nelson
2015-08-17 09:40:49 -07:00
parent 559d370a89
commit acd8e92d24
+1
View File
@@ -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