Update release notes.

This commit is contained in:
Tom Christie 2013-02-12 23:17:19 +00:00
parent b7a5c4b050
commit 195adf6ed4

View File

@ -52,6 +52,7 @@ You can determine your currently installed version using `pip freeze`:
* Deprecate `blank=True` on CharFields, just use `required=False`.
* Deprecate optional `obj` argument in permissions checks in favor of `has_object_permission`.
* Deprecate implicit hyperlinked relations behavior.
* Bugfix: Fix broken DjangoModelPermissions.
* Bugfix: Allow serializer output to be cached.
* Bugfix: Fix styling on browsable API login.
* Bugfix: Fix issue with deserializing empty to-many relations.