Thank you @ruslantalpa

This commit is contained in:
Joe Nelson
2015-10-04 10:10:17 -07:00
parent 0f1b313d96
commit 9b222fb93d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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