aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorXavier Ordoquy2014-05-01 08:43:49 +0200
committerXavier Ordoquy2014-05-01 08:43:49 +0200
commit15c2c58b43a00ec29af99e0478b70eea57560fce (patch)
tree4b11ee4cc74999faab46f159c3b5c48bc4b016a3 /docs/topics/release-notes.md
parente5441d845e34f1e1bb2b7464d31aa3df7b02d0fe (diff)
downloaddjango-rest-framework-15c2c58b43a00ec29af99e0478b70eea57560fce.tar.bz2
Updated the release-notes.
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index d6256b38..fd5c7029 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -40,6 +40,7 @@ You can determine your currently installed version using `pip freeze`:
### 2.4.0
+* Use py.test
* `@detail_route` and `@list_route` decorators replace `@action` and `@link`.
* `six` no longer bundled. For Django <= 1.4.1, install `six` package.
* Support customizable view name and description functions, using the `VIEW_NAME_FUNCTION` and `VIEW_DESCRIPTION_FUNCTION` settings.