aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2012-11-22 10:08:14 +0000
committerTom Christie2012-11-22 10:08:14 +0000
commitdf545f7a2560928fdfd8677648aa402e4f2e642b (patch)
treeb57b2c80069881a8c976c15c2697b1d4aea0e81e /docs
parentd031ccce6e693df088faa1b85dc50c0a5e636acf (diff)
downloaddjango-rest-framework-df545f7a2560928fdfd8677648aa402e4f2e642b.tar.bz2
Updated release notes.
Diffstat (limited to 'docs')
-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 99cc9b6d..9235dada 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -6,6 +6,7 @@
## Master
+* Support for partial updates with serializers.
* Added `RegexField`.
* Added `SerializerMethodField`.
* Serializer performance improvements.