From 62951f29ac08365a030e2030917f5328c4c7c688 Mon Sep 17 00:00:00 2001 From: Caleb Meredith Date: Sun, 15 Nov 2015 11:05:52 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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