Merge pull request #602 from ruslantalpa/order_limit_embeded

Ability to order embedded items (closes #509)
This commit is contained in:
Joe Nelson
2016-05-21 11:08:24 -07:00
6 changed files with 64 additions and 13 deletions
+1
View File
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Support "-" in column names - @ruslantalpa
- Support column/node renaming `alias:column` - @ruslantalpa
- Accept posts from HTML forms - @begriffs
- Ability to order embedded entities - @ruslantalpa
### Fixed
- Return 401 or 403 for access denied rather than 404 - @begriffs