Update CHANGELOG.md

This commit is contained in:
Caleb Meredith
2015-11-15 11:05:52 -05:00
parent e0c99f52e0
commit 62951f29ac
+2 -1
View File
@@ -10,7 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Postgres connection string argument - @calebmer
- Encode JWT for procs that return type `jwt_claims` - @
- Full text operators `@>`,`<@` - @ruslantalpa
- Shaping of the response body (filter columns, embed relations) with &select parameter for POST/PATCH @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
### Removed
- API versioning feature - @calebmer