aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2012-11-22 17:49:53 +0000
committerTom Christie2012-11-22 17:49:53 +0000
commitac84c2ed2e3571b918f6c995a8f753e86c8126f1 (patch)
tree4ec4f96cd21d5cb22490601255aec6c9e95f0138 /README.md
parentec437e3e0f4dce2c917270bf6b4b0ac06ca68b99 (diff)
downloaddjango-rest-framework-ac84c2ed2e3571b918f6c995a8f753e86c8126f1.tar.bz2
Version 2.1.42.1.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a12d535..2743dd3e 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,17 @@ To run the tests.
# Changelog
+## 2.1.4
+
+**Date**: 22nd Nov 2012
+
+* Support for partial updates with serializers.
+* Added `RegexField`.
+* Added `SerializerMethodField`.
+* Serializer performance improvements.
+* Added `obtain_token_view` to get tokens when using `TokenAuthentication`.
+* Bugfix: Django 1.5 configurable user support for `TokenAuthentication`.
+
## 2.1.3
**Date**: 16th Nov 2012