aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-01-30 12:42:51 +0000
committerTom Christie2013-01-30 12:42:51 +0000
commitce914b03ed602f76a6b75eb76417a8711b6a8b5e (patch)
treef86e37bfa896941d5a1c1328ac9c38461ba5bab6 /docs/topics/release-notes.md
parent2948305b98eb8b0c15453d3ffd2f9c24a88e4952 (diff)
downloaddjango-rest-framework-ce914b03ed602f76a6b75eb76417a8711b6a8b5e.tar.bz2
Updated release notes.
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index a6de1188..70c915b7 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -29,6 +29,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
* Bugfix: Fix styling on browsable API login.
+* Bugfix: Fix issue with deserializing empty to-many relations.
* Bugfix: Ensure model field validation is still applied for ModelSerializer subclasses with an custom `.restore_object()` method.
### 2.1.17