From d7bd3516602028e39a0d877ac5f609c3d3c5cfd9 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 2 Jul 2021 12:10:25 +0100 Subject: [PATCH] Release notes for #7306 and #7298 in 2.13.3 --- CHANGELOG.txt | 2 ++ docs/releases/2.13.3.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1b96180b4f..85753056ab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,8 @@ Changelog * Fix: Prevent error when using rich text on views where commenting is unavailable (Jacob Topp-Mugglestone) * Fix: Include form media on account settings page (Matt Westcott) * Fix: Avoid error when rendering validation error messages on ListBlock children (Matt Westcott) + * Fix: Prevent comments CSS from overriding admin UI colour customisations (Matt Westcott) + * Fix: Avoid validation error when editing rich text content preceding a comment (Jacob Topp-Mugglestone) 2.13.2 (17.06.2021) diff --git a/docs/releases/2.13.3.rst b/docs/releases/2.13.3.rst index 0d1d3d3c5a..b2dfb0d427 100644 --- a/docs/releases/2.13.3.rst +++ b/docs/releases/2.13.3.rst @@ -16,3 +16,5 @@ Bug fixes * Prevent error when using rich text on views where commenting is unavailable (Jacob Topp-Mugglestone) * Include form media on account settings page (Matt Westcott) * Avoid error when rendering validation error messages on ListBlock children (Matt Westcott) + * Prevent comments CSS from overriding admin UI colour customisations (Matt Westcott) + * Avoid validation error when editing rich text content preceding a comment (Jacob Topp-Mugglestone)