mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 19:21:10 +00:00
Changelog/release note for #1222
This commit is contained in:
parent
769abc5f54
commit
b5a3821dfa
2 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ Changelog
|
|||
0.8.7 (xx.xx.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
* 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
|
||||
|
||||
|
||||
0.8.6 (10.03.2015)
|
||||
|
|
|
|||
|
|
@ -13,3 +13,5 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue