From e52fadbd2fb9bd6a22119d6edd8d149ad6d632b9 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 14 Feb 2023 10:20:28 -0800 Subject: [PATCH] Release note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1c92cb8cf..eea21574be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- HTML Purifier now allows `oembed` tags. ([ckeditor#59](https://github.com/craftcms/ckeditor/issues/59)) - Fixed a bug where entries that aren’t propagated to the primary site weren’t showing revision notes. ([#12641](https://github.com/craftcms/cms/issues/12641)) - Fixed a bug where HTML tags weren’t getting stripped from auto-generated Handle and URI Format setting values. - Fixed a JavaScript error that could occur if an object with `null `values was passed to `Craft.compare()`.