Updated release notes

This commit is contained in:
Yuri Prezument 2013-01-05 17:45:55 +02:00
parent e65f407164
commit d7f3c86ad1

View File

@ -18,6 +18,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
### Master
* Deprecate django.utils.simplejson in favor of Python 2.6's built-in json module.
* Bugfix: Validation errors instead of exceptions when serializers receive incorrect types.
* Bugfix: Validation errors instead of exceptions when related fields receive incorrect types.