diff options
| author | Tom Christie | 2013-02-07 13:16:17 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-07 13:16:17 +0000 | 
| commit | 4dcc34ecae8d15e31158abfe3d3aab223851fd61 (patch) | |
| tree | 868621ff127cfe3a15e1792a03a9c038636fc6e9 | |
| parent | 670ac25b25a3c7fb54fca6aa9344b8250ab49edb (diff) | |
| download | django-rest-framework-4dcc34ecae8d15e31158abfe3d3aab223851fd61.tar.bz2 | |
More 2.2 release notes
| -rw-r--r-- | docs/topics/2.2-release-notes.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/topics/2.2-release-notes.md b/docs/topics/2.2-release-notes.md index be9c8ab0..4ed9f970 100644 --- a/docs/topics/2.2-release-notes.md +++ b/docs/topics/2.2-release-notes.md @@ -30,6 +30,10 @@ As of the 2.2 merge, we've also hit an impressive milestone.  The number of comm  Our [mailing list][mailing-list] and #restframework IRC channel are also very active, and we've got a really impressive rate of development both on REST framework itself, and on third party packages such as the great [django-rest-framework-docs][django-rest-framework-docs] package from [Marc Gibbons][marcgibbons]. +## Issue management + +All the design work that went into version 2 of Django REST framework has made keeping on top of issues much easier.  We've been super-focused on keeping the [issues list][issues] strictly under control, and we've hit another important milestone.  At the point of releasing 2.2 there are currently **no open 'bug' tickets**, and the plan is to keep it that way for as much of the time as possible. +  ## API changes  The 2.2 release makes a few changes to the serializer fields API, in order to make it more consistent, simple, and easier to use. | 
