diff options
| -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 |
