aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-08-16 13:23:27 +0100
committerTom Christie2013-08-16 13:23:27 +0100
commitd5b56310b0cc99df1cd1e61fc35f251c46036d62 (patch)
tree895296ba4880d41294df32a6c831e5019a2460ca /docs/topics/release-notes.md
parent7b27997a01c22e1b91dfc2f6e7939ed1b0cb2601 (diff)
downloaddjango-rest-framework-d5b56310b0cc99df1cd1e61fc35f251c46036d62.tar.bz2
Update release notes
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index d379ab74..876f46d8 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,6 +40,17 @@ You can determine your currently installed version using `pip freeze`:
## 2.3.x series
+### master
+
+* Added `APITestClient`, `APIRequestFactory` and `APITestCase` etc...
+* Refactor `SessionAuthentication` to allow esier override for CSRF exemption.
+* Remove 'Hold down "Control" message from help_text".
+* Added admin configuration for tokens.
+* Bugfix: `AnonRateThrottle` fixed to not throttle authenticated users.
+* Bugfix: Don't set `X-Throttle-Wait-Seconds` when throttle does not have `wait` value.
+* Bugfix: Fixed `PATCH` button title in browsable API.
+* Bugfix: Fix issue with OAuth2 provider naive datetimes.
+
### 2.3.6
**Date**: 27th June 2013