Changelog/release note for #1865

This commit is contained in:
Karl Hobley 2015-11-19 15:30:23 +00:00
parent c73a3caa31
commit 8edfcc168f
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Changelog
* Added `WAGTAIL_PASSWORD_RESET_ENABLED` setting to allow password resets to be disabled independently of the password management interface (John Draper)
* Updated fonts for more comprehensive Unicode support
* Added ``.alt`` attribute to image renditions
* Fix: HTTP cache purge now works again on Python 2 (Mitchel Cabuloy)
1.2 (12.11.2015)

View file

@ -16,6 +16,7 @@ Minor features
* Added ``WAGTAIL_PASSWORD_RESET_ENABLED`` setting to allow password resets to be disabled independently of the password management interface (John Draper)
* Updated fonts for more comprehensive Unicode support
* Added ``.alt`` attribute to image renditions
Bug fixes