aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-05-14 11:38:55 +0100
committerTom Christie2013-05-14 11:38:55 +0100
commit727a64f3b91cbb4b86b9a7e1ecb94b964046b155 (patch)
tree2ccb65495fdbcc301f2d36dc9e2e9da7e69d750c /docs
parenta303d0f38c4758fc3aad412529922203e5785e29 (diff)
downloaddjango-rest-framework-727a64f3b91cbb4b86b9a7e1ecb94b964046b155.tar.bz2
Updated release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 7ec3d79a..5777b82d 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -43,7 +43,9 @@ You can determine your currently installed version using `pip freeze`:
### Master
* Added SearchFilter
+* Added OrderingFilter
* Added GenericViewSet
+* Bugfix: Multiple `@action` and `@link` methods now allowed on viewsets.
### 2.3.2