Fix fatal error on postgres unsupported version, also fix #577 format of supported version

This commit is contained in:
SteveBash
2016-10-29 13:38:19 -05:00
parent d78ef56314
commit 4064a7b984
3 changed files with 15 additions and 6 deletions
+1
View File
@@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix bug in relation detection when selecting parents two levels up by using the name of the FK - @ruslantalpa
- Customize content negotiation per route - @begriffs
- Allow using nulls order without explicit order direction - @steve-chavez
- Fatal error on postgres unsupported version, format supported version in error message - @steve-chavez
### Changed
- Use HTTP 400 for raise\_exception - @begriffs