aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-03-12 20:49:44 +0000
committerTom Christie2013-03-12 20:49:44 +0000
commit208407d569b4c794f7ea6ec114b662b6faf56845 (patch)
treeeb3abe1dbcdf88572a901285b6550f57099eba88 /docs/topics/release-notes.md
parent377dc2cda2c3a7aa02f5d761631f73c58745ed9d (diff)
downloaddjango-rest-framework-208407d569b4c794f7ea6ec114b662b6faf56845.tar.bz2
Update 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 ac201e20..d0b46c36 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
* OAuth 2 support.
* OAuth 1.0a support.
+* Support X-HTTP-Method-Override header.
* 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.