mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 04:51:55 +00:00
Release note for #1225
This commit is contained in:
parent
e15d19c6dd
commit
07cf971911
2 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ Changelog
|
|||
* Fix: wagtailfrontendcache no longer tries to purge pages that are not in a site
|
||||
* Fix: The contents of <div> elements in the rich text editor were not being whitelisted
|
||||
* Fix: Due to the above issue, embeds/images in a rich text field would sometimes be saved into the database in their editor representation
|
||||
* Fix: RoutablePage now prevents subpage_urls from being defined as a property, which would cause a memory leak
|
||||
|
||||
|
||||
0.8.6 (10.03.2015)
|
||||
|
|
|
|||
|
|
@ -15,3 +15,4 @@ Bug fixes
|
|||
* ``wagtailfrontendcache`` no longer tries to purge pages that are not in a site
|
||||
* The contents of ``<div>`` elements in the rich text editor were not being whitelisted
|
||||
* Due to the above issue, embeds/images in a rich text field would sometimes be saved into the database in their editor representation
|
||||
* RoutablePage now prevents ``subpage_urls`` from being defined as a property, which would cause a memory leak
|
||||
|
|
|
|||
Loading…
Reference in a new issue