Update release notes

This commit is contained in:
Tom Christie 2013-08-16 13:23:27 +01:00
parent 7b27997a01
commit d5b56310b0

View File

@ -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