mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-27 11:20:28 +00:00
Changelog/release note for #2811
This commit is contained in:
parent
4c62d8f4a3
commit
e4bb09fd8d
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ Changelog
|
|||
* Fix: StreamField can now be used in an InlinePanel (Gagaro)
|
||||
* 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)
|
||||
|
||||
|
||||
1.5.3 (18.07.2016)
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ Bug fixes
|
|||
* StreamField can now be used in an InlinePanel (Gagaro)
|
||||
* 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)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue