diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ab94ccb..1e2becd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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