Add jsonb to changelog

This commit is contained in:
Joe Nelson
2015-04-04 18:33:08 -07:00
parent c78d323989
commit 5807b41997
+1
View File
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Option to specify nulls first or last, eg `/people?order=age.desc.nullsfirst`
- Filter nulls, `?col=is.null` and `?col=isnot.null`
- Filter within jsonb, `?col->a->>b=eq.c`
### Fixed
- Allow NULL values in posts