aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-04-03 13:53:18 +0200
committerTom Christie2013-04-03 13:53:18 +0200
commitc39ef12de013525141f4bf8702baf828c38eefd7 (patch)
treecb18460770ec6c5e7c8ff9e7f35caf61a4b67894 /docs/topics/release-notes.md
parentafd64dc51ab9cc7603d82b5cdfa7ceebc49e9766 (diff)
downloaddjango-rest-framework-c39ef12de013525141f4bf8702baf828c38eefd7.tar.bz2
Update release-notes.md
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 62c31358..eb93bf78 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -45,6 +45,7 @@ You can determine your currently installed version using `pip freeze`:
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
* URL hyperlinking in browseable API now handles more cases correctly.
* Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views.
+* Bugfix: OAuth should fail hard when invalid token used.
### 2.2.5