Updated the release-notes.

This commit is contained in:
Xavier Ordoquy 2014-05-01 08:43:49 +02:00
parent e5441d845e
commit 15c2c58b43

View File

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