aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorTom Christie2013-03-06 12:29:56 +0000
committerTom Christie2013-03-06 12:29:56 +0000
commitcdf7c778d828eaadfe14a39495f854903b10843a (patch)
treeb76b6fde90777acd61448f70573aea9d75eedad3 /docs/topics/release-notes.md
parent5422eedd0a3f97c9ac9e93645b4e94cdfbe07f0d (diff)
downloaddjango-rest-framework-2.2.2.tar.bz2
Version 2.2.22.2.2
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index df66cb35..42b1d8da 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series
-### Master
+### 2.2.2
+
+**Date**: 6th March 2013
* Support for custom input and output formats for `DateField`, `DateTimeField` and `TimeField`.
* Cleanup: Request authentication is no longer lazily evaluated, instead authentication is always run, which results in more consistent, obvious behavior. Eg. Supplying bad auth credentials will now always return an error response, even if no permissions are set on the view.