diff options
| author | Tom Christie | 2012-11-07 11:32:34 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-07 11:32:34 +0000 | 
| commit | 4546b01f9b165702a7b36b229a300356a292e4e5 (patch) | |
| tree | 86c9542f973da1738cd566decf2168c01e93d45b | |
| parent | 2529207bbab038274b84ce95c3b1f85256bdbbb7 (diff) | |
| download | django-rest-framework-4546b01f9b165702a7b36b229a300356a292e4e5.tar.bz2 | |
Update release notes
| -rw-r--r-- | docs/topics/release-notes.md | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 7eaf4f79..2115c252 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -4,9 +4,14 @@  >  > — Eric S. Raymond, [The Cathedral and the Bazaar][cite]. -## Master +## 2.1.1 + +**Date**: 7th Nov 2012  * Support use of HTML exception templates.  Eg. `403.html` +* Bugfix: Deal with optional trailing slashs properly when generating breadcrumbs. +* Bugfix: Make textareas same width as other fields in browsable API. +* Private API change: `.get_serializer` now uses same `instance` and `data` ordering as serializer initialization.  ## 2.1.0  | 
