Update release-notes.md

This commit is contained in:
Tom Christie 2013-12-03 16:05:19 +00:00
parent 344cd865ab
commit b92c911cf6

View File

@ -42,6 +42,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* Add in choices information for ChoiceFields in response to `OPTIONS` requests.
* Added `pre_delete()` and `post_delete()` method hooks.
* Bugfix: Correctly handle validation errors in PUT-as-create case, responding with 400.