diff --git a/CHANGELOG.md b/CHANGELOG.md index 9257ee671..06c6cd15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Added -- Debian init scripts -- Allow filters by computed columns +- CSV responses to GET requests with `Accept: text/csv` - @diogob +- Debian init scripts - @mkhon +- Allow filters by computed columns - @diogob ### Fixed -- Add materialized views to results in GET / -- Indicate insertable=true for views that are insertable through triggers +- Add materialized views to results in GET / - @diogob +- Indicate insertable=true for views that are insertable through triggers - @diogob - Builds under GHC 7.10 -- Allow the use of columns named "count" in relations queried +- Allow the use of columns named "count" in relations queried - @diogob ## [0.2.10.0] - 2015-06-03 ### Added diff --git a/README.md b/README.md index 688769878..25ab061f1 100644 --- a/README.md +++ b/README.md @@ -163,9 +163,13 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing). * [Adam Baker](https://github.com/adambaker) for code contributions and many fundamental design discussions +* [Diogo Biazus](https://github.com/diogob) for many improvements + and deep postgresql knowledge * [Nikita Volkov](https://github.com/nikita-volkov) for writing the wonderful [Hasql](https://github.com/nikita-volkov/hasql) library and helping me use it * [Mikey Casalaina](https://github.com/casalaina) for the cool logo -* [Jonathan Harrington](https://github.com/prio) for writing a [nice tutorial](http://blog.jonharrington.org/postgrest-introduction/) -* [Federico Rampazzo](https://github.com/framp) for suggesting and implementing [JWT](http://jwt.io/) support +* [Jonathan Harrington](https://github.com/prio) for writing a [nice + tutorial](http://blog.jonharrington.org/postgrest-introduction/) +* [Federico Rampazzo](https://github.com/framp) for suggesting and + implementing [JWT](http://jwt.io/) support