Merge pull request #364 from ruslantalpa/master

Shape mutation response feture mention in changelog
This commit is contained in:
Joe Nelson
2015-11-14 23:04:29 -08:00
+1
View File
@@ -10,6 +10,7 @@ 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
### Removed
- API versioning feature - @calebmer