aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-11-20 23:33:56 +0000
committerTom Christie2012-11-20 23:33:56 +0000
commit3268c67343f6fc6364a0127a7bfabeb907a4751d (patch)
tree52d763461853e67147572878896c88911050b545
parent8e8b23b6a9aece32ae5c028a72969777f1ddc7ae (diff)
downloaddjango-rest-framework-3268c67343f6fc6364a0127a7bfabeb907a4751d.tar.bz2
Update docs/topics/release-notes.md
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index ec83387f..0b8a7a8f 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -6,6 +6,8 @@
## Master
+* Added `SerializerMethodField`
+* Serializer performance improvements.
* Added `obtain_token_view` to get tokens when using `TokenAuthentication`
* Bugfix: Django 1.5 configurable user support for `TokenAuthentication`