Release note for #2416

This commit is contained in:
Matt Westcott 2016-05-19 13:43:40 +01:00
parent 61b530e570
commit 197527c5d2
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ Changelog
* Added success message after logout from Admin (Liam Brenner)
* Added `get_upload_to` method to `AbstractRendition` which, when overridden, allows control over where image renditions are stored (Rob Moggach and Matt Westcott)
* Added a mechanism to customise the add / edit user forms for custom user models (Nigel Fletton)
* Added internal provision for swapping in alternative rich text editors (Karl Hobley)
* Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
* Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view"
* Fix: Registered settings admin menu items now show active correctly (Matthew Downey)

View file

@ -71,6 +71,7 @@ Minor features
* Added success message after logout from Admin (Liam Brenner)
* Added ``get_upload_to`` method to ``AbstractRendition`` which, when overridden, allows control over where image renditions are stored (Rob Moggach and Matt Westcott)
* Added a mechanism to customise the add / edit user forms for custom user models - see :doc:`/advanced_topics/customisation/custom_user_models` (Nigel Fletton)
* Added internal provision for swapping in alternative rich text editors (Karl Hobley)
Bug fixes
~~~~~~~~~