diff options
| author | Tom Christie | 2013-03-29 13:44:50 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-29 13:44:50 +0000 |
| commit | 89f3c1f8c4cd8466cf8108b5ca042750c0064dfb (patch) | |
| tree | e183d3a5528ab9cf6f06e2db8b89fb52a69b7291 /docs/topics/release-notes.md | |
| parent | a69262a1cd03667416d94080101f735039aa084f (diff) | |
| download | django-rest-framework-89f3c1f8c4cd8466cf8108b5ca042750c0064dfb.tar.bz2 | |
Update release-notes.md
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index e63aee49..6551c1af 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`: ## 2.2.x series +### Master + +* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token. +* URL hyperlinking in browseable API no handles more cases correctly. +* Bugfix: Fix regression with DjangoFilterBackend not worthing correctly with single object views. + ### 2.2.5 **Date**: 26th March 2013 |
