From b7f81bc72086ac7bc424e5197dea2fd6f85104f4 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Fri, 10 Mar 2023 12:03:14 +0000
Subject: [PATCH] Release note for #10215

---
 CHANGELOG.txt        | 1 +
 CONTRIBUTORS.rst     | 1 +
 docs/releases/5.0.md | 1 +
 3 files changed, 3 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b8fdb20daa..846bb2f08b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -36,6 +36,7 @@ Changelog
  * Fix: When multiple documents are uploaded and then subsequently updated, ensure that existing success messages are cleared correctly (Aman Pandey)
  * Fix: Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
  * Fix: Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
+ * Fix: Enable partial search on images and documents index view where available (Mng)
  * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
  * Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp)
  * Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
index 8c7219229c..ebbca0358c 100644
--- a/CONTRIBUTORS.rst
+++ b/CONTRIBUTORS.rst
@@ -699,6 +699,7 @@ Contributors
 * Hans Kelson
 * Sam
 * Deepam Priyadarshi
+* Mng
 
 Translators
 ===========
diff --git a/docs/releases/5.0.md b/docs/releases/5.0.md
index 9393bff865..b1d16ea0b0 100644
--- a/docs/releases/5.0.md
+++ b/docs/releases/5.0.md
@@ -50,6 +50,7 @@ Support for adding custom validation logic to StreamField blocks has been formal
  * When multiple documents are uploaded and then subsequently updated, ensure that existing success messages are cleared correctly (Aman Pandey)
  * Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
  * Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
+ * Enable partial search on images and documents index view where available (Mng)
 
 ### Documentation