Translate raise_exception to http 400

Fixes #661
This commit is contained in:
Joe Nelson
2016-07-06 21:48:32 -07:00
parent 63046baffd
commit e4cf1ce207
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -14,6 +14,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Do not apply limit to parent items - @ruslantalpa
### Changed
- Use HTTP 400 for raise\_exception - @begriffs
## [0.3.2.0] - 2016-06-10
### Added