Changelog/release note for #1222

This commit is contained in:
Karl Hobley 2015-04-22 09:57:35 +01:00
parent 769abc5f54
commit b5a3821dfa
2 changed files with 4 additions and 0 deletions

View file

@ -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)

View file

@ -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