diff options
| author | Tom Christie | 2013-04-03 13:58:42 +0200 | 
|---|---|---|
| committer | Tom Christie | 2013-04-03 13:58:42 +0200 | 
| commit | df30b345b1166d5bb50a9d880fbbff90201372a4 (patch) | |
| tree | 9e54b70e46139f053bc7f00bedf3149dcb808431 /docs/topics/release-notes.md | |
| parent | cd94cfc44185c3f1eb9075df1cc6c5df6e6aa1ce (diff) | |
| download | django-rest-framework-df30b345b1166d5bb50a9d880fbbff90201372a4.tar.bz2 | |
Update release-notes.md
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index eb93bf78..7242dcce 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -46,6 +46,7 @@ You can determine your currently installed version using `pip freeze`:  * URL hyperlinking in browseable API now handles more cases correctly.  * Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views.  * Bugfix: OAuth should fail hard when invalid token used. +* Bugfix: Fix serializer potentially returning `None` object for models that define `__bool__` or `__len__`.   ### 2.2.5  | 
