Update changelog

This commit is contained in:
Joe Nelson
2015-11-23 11:15:30 -08:00
parent ae80d08484
commit a5e7d9aff0
+7 -1
View File
@@ -5,10 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- Use reasonable amount of memory during bulk inserts - @begriffs
### Added
- Ensure JWT expires - @calebmer
- Postgres connection string argument - @calebmer
- Encode JWT for procs that return type `jwt_claims` - @
- Encode JWT for procs that return type `jwt_claims` - @diogob
- Full text operators `@>`,`<@` - @ruslantalpa
- Shaping of the response body (filter columns, embed relations) with &select parameter for POST/PATCH - @ruslantalpa
- Detect relationships between public views and private tables - @calebmer
@@ -20,6 +23,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Secure flag - @calebmer
- PUT request handling - @ruslantalpa
### Changed
- Embed foreign keys with {} rather than () - @begriffs
## [0.2.12.1] - 2015-11-12
### Fixed