From b5a3821dfa5ad11f0b21a7443d9a7b51a2ff3fa2 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 22 Apr 2015 09:57:35 +0100 Subject: [PATCH] Changelog/release note for #1222 --- CHANGELOG.txt | 2 ++ docs/releases/0.8.7.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 41dc172ab3..44cd7ad69e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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
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) diff --git a/docs/releases/0.8.7.rst b/docs/releases/0.8.7.rst index 5eca08b4be..6c6dd55055 100644 --- a/docs/releases/0.8.7.rst +++ b/docs/releases/0.8.7.rst @@ -13,3 +13,5 @@ Bug fixes ~~~~~~~~~ * ``wagtailfrontendcache`` no longer tries to purge pages that are not in a site +* The contents of ``
`` 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