Update release notes

This commit is contained in:
Tom Christie 2013-01-19 17:00:20 +00:00
parent 2c05faa52a
commit 199fa766ff

View File

@ -19,6 +19,7 @@ Major version numbers (x.0.0) are reserved for project milestones. No major poi
### Master
* Support json encoding of timedelta objects.
* `format_suffix_patterns()` now supports `include` style URL patterns.
* Bugfix: Return proper validation errors when incorrect types supplied for relational fields.
* Bugfix: Support nullable FKs with `SlugRelatedField`.