aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2013-09-11 09:09:30 +0100
committerTom Christie2013-09-11 09:09:30 +0100
commit195790e60b117eff421eb8f04a9f9f3527e797b8 (patch)
treee17fd62deec599bff4f8b1c57928848a73d747c5 /docs/topics
parente021472a1667c4902000bb40e0c19f64160b1584 (diff)
downloaddjango-rest-framework-195790e60b117eff421eb8f04a9f9f3527e797b8.tar.bz2
Version 2.3.82.3.8
Diffstat (limited to 'docs/topics')
-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 ff3dae09..3b35d9ed 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.8
+
+**Date**: 11th September 2013
* Added `DjangoObjectPermissions`, and `DjangoObjectPermissionsFilter`.
* Support customizable exception handling, using the `EXCEPTION_HANDLER` setting.