From 6c0966f656c527fb1d816ea4183b464a8918b5db Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Sun, 15 Nov 2015 08:27:34 +0200 Subject: [PATCH] shape mutation response feture mention in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d58aa23..27ab94ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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