aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-03-12 20:12:22 +0000
committerTom Christie2013-03-12 20:12:22 +0000
commita574dc7f85e09b4c0096d7b1c12a8e525ea8e31f (patch)
treec4ada3fd8de58f40806808a9fdc63d04309db7f1 /docs/topics/release-notes.md
parent40e3fc0eee96b85140ea020e321cf403956fbb80 (diff)
downloaddjango-rest-framework-a574dc7f85e09b4c0096d7b1c12a8e525ea8e31f.tar.bz2
Update release notes
Diffstat (limited to '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 ff487826..ac201e20 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -42,6 +42,8 @@ You can determine your currently installed version using `pip freeze`:
### Master
+* OAuth 2 support.
+* OAuth 1.0a support.
* Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404)
* Deal with error data nicely when deserializing lists of objects.
* Extra override hook to configure `DjangoModelPermissions` for unauthenticated users.