From 806ba75497d6899cb6f323eaf66b4443586435bb Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Wed, 20 Jun 2018 15:31:55 +0200 Subject: [PATCH] Adds release notes for #4508. --- CHANGELOG.txt | 1 + docs/releases/2.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 170f42487..772e38e93 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * Increased max length of redirect URL field to 255 (Michael Harrison) * Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson) * Added accessible colour contrast guidelines to the style guide (Catherine Farman) + * Added faceted search using the `.facet()` method (Karl Hobley) * Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer) * Fix: Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston)) * Fix: Remove duplicate border radius of avatars (Benjamin Thurm) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index a35425623..fcef0bf87 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -26,6 +26,7 @@ Other features * Increased max length of redirect URL field to 255 (Michael Harrison) * Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson) * Added accessible colour contrast guidelines to the style guide (Catherine Farman) + * Added faceted search using the ``.facet()`` method (Karl Hobley) Bug fixes ~~~~~~~~~