From 3da8dce3fc1d8ca27e7bf12f51e86c3193fc9c39 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 5 Jan 2018 16:18:18 +0000 Subject: [PATCH] Release note for #4079 --- CHANGELOG.txt | 1 + docs/releases/2.0.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d22ec64953..5f428ed344 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -28,6 +28,7 @@ Changelog * Snippets now support custom primary keys (Sævar Öfjörð Magnússon) * Upgraded jQuery to version 3.2.1 (Janneke Janssen) * Updated documentation styling (LB (Ben Johnston)) + * Rich text fields now take feature lists into account when whitelisting HTML elements (Matt Westcott) * Fix: Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon) * Fix: The PostgreSQL search backend now preserves ordering of the `QuerySet` when searching with `order_by_relevance=False` (Bertrand Bordage) * Fix: Using `modeladmin_register` as a decorator no longer replaces the decorated class with `None` (Tim Heap) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index a2d8410d8c..e1cd8e8641 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -41,6 +41,7 @@ Other features * Snippets now support custom primary keys (Sævar Öfjörð Magnússon) * Upgraded jQuery to version 3.2.1 (Janneke Janssen) * Updated documentation styling (LB (Ben Johnston)) + * Rich text fields now take feature lists into account when whitelisting HTML elements (Matt Westcott) Bug fixes ~~~~~~~~~