diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5a8f439..fab28a50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Added +- Embed associations, e.g. `/film?select=*,director(*)` - @ruslantalpa - Filter columns, e.g. `?select=col1,col2` - @ruslantalpa - Does not execute the count total if header "Prefer: count=none" - @diogob diff --git a/README.md b/README.md index 25ab061f1..c7d8858d5 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing). ### Thanks +* [Ruslan Talpa](https://github.com/ruslantalpa) for rewriting the + route parsing and query generation code to support resource embedding * [Adam Baker](https://github.com/adambaker) for code contributions and many fundamental design discussions * [Diogo Biazus](https://github.com/diogob) for many improvements