Release note for #2872

This commit is contained in:
Matt Westcott 2016-07-28 11:41:12 +01:00
parent a3b850f37e
commit 5dfcdfb2a6
3 changed files with 3 additions and 0 deletions

View file

@ -39,6 +39,7 @@ Changelog
* Fix: StreamField block renderings using templates no longer undergo double escaping when using Jinja2 (Aymeric Augustin)
* Fix: RichText objects no longer undergo double escaping when using Jinja2 (Aymeric Augustin, Matt Westcott)
* Fix: Saving a page by pressing enter key no longer triggers a "Changes may not be saved message" (Sean Muck, Matt Westcott)
* Fix: RoutablePageMixin no longer breaks in the presence of instance-only attributes such as those generated by FileFields (Fábio Macêdo Mendes)
1.5.3 (18.07.2016)

View file

@ -158,6 +158,7 @@ Contributors
* Adriaan Tijsseling
* sebworks
* Sean Muck
* Fábio Macêdo Mendes
Translators
===========

View file

@ -69,6 +69,7 @@ Bug fixes
* StreamField block renderings using templates no longer undergo double escaping when using Jinja2 (Aymeric Augustin)
* RichText objects no longer undergo double escaping when using Jinja2 (Aymeric Augustin, Matt Westcott)
* Saving a page by pressing enter key no longer triggers a "Changes may not be saved message" (Sean Muck, Matt Westcott)
* RoutablePageMixin no longer breaks in the presence of instance-only attributes such as those generated by FileFields (Fábio Macêdo Mendes)
Upgrade considerations