Changelog/release note/contributor for #2153

pull/2153/merge
Karl Hobley 2016-01-27 11:15:43 +00:00
rodzic 941d3bec17
commit 61593d38ad
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ Changelog
* Fix: Added more accurate help text for the Administrator flag on user accounts (Matt Fozard)
* Fix: Tags added on the multiple image uploader are now saved correctly
* Fix: Documents created by a user are no longer deleted when the user is deleted
* Fix: Fixed a crash in `RedirectMiddleware` when a middleware class before `SiteMiddleware` returns a response (Josh Schneier)
1.3.1 (05.01.2016)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -101,6 +101,7 @@ Contributors
* Josh Hurd
* Matt Fozard
* Chris Rogers
* Josh Schneier
Translators

Wyświetl plik

@ -37,6 +37,7 @@ Bug fixes
* Added more accurate help text for the Administrator flag on user accounts (Matt Fozard)
* Tags added on the multiple image uploader are now saved correctly
* Documents created by a user are no longer deleted when the user is deleted
* Fixed a crash in ``RedirectMiddleware`` when a middleware class before ``SiteMiddleware`` returns a response (Josh Schneier)
Upgrade considerations