aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-05-24 23:55:59 +0100
committerTom Christie2013-05-24 23:55:59 +0100
commit2a38aa7291575aeb8b5444496ffad0b70dca3945 (patch)
tree9aea83f5f09773352e062586c9e109e4115cc82d /docs
parentfcaee6e580efc62658a5b155525c55ef427c5778 (diff)
downloaddjango-rest-framework-2a38aa7291575aeb8b5444496ffad0b70dca3945.tar.bz2
Version 2.3.42.3.4
Diffstat (limited to 'docs')
-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 348b3a60..d3a95f1a 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.3.x series
-### Master
+### 2.3.4
+
+**Date**: 24th May 2013
* Serializer fields now support `label` and `help_text`.
* Added `UnicodeJSONRenderer`.