aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-06-26 22:40:14 +0100
committerTom Christie2013-06-26 22:40:14 +0100
commit494703fc8e916a9b7a318ec8bc7d774ef31de14e (patch)
tree4af8b4a91cab46d3e527ec5bc175c99ac2d64923 /docs/topics/release-notes.md
parent69e5e3cc0db481e4fad7ac34bf28b73f4786e790 (diff)
downloaddjango-rest-framework-494703fc8e916a9b7a318ec8bc7d774ef31de14e.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 b08ac058..ce4df83c 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`:
* Added `trailing_slash` option to routers.
* Include support for `HttpStreamingResponse`.
* Support wider range of default serializer validation when used with custom model fields.
+* OAuth2 provider usez timezone aware datetimes when supported.
* Bugfix: Return error correctly when OAuth non-existent consumer occurs.
* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.
* Bugfix: Fix `ScopedRateThrottle`.