diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 889b018c42..b3a23aac53 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -63,7 +63,7 @@ Changelog * Fix: Reinstate missing filter by page type on page search (Matt Westcott) * Fix: Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi) * Fix: Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas) - * Fix: Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma) + * Fix: Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma, Hazh. M. Adam) * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava) * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava) * Docs: Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4dac43a9bd..20c78e067a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -749,6 +749,7 @@ * claudobahn * Florian Delizy * Susheel Thapa +* Hazh. M. Adam ## Translators diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 4ae3dd9342..242d8c5993 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -78,7 +78,7 @@ depth: 1 * Reinstate missing filter by page type on page search (Matt Westcott) * Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi) * Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas) - * Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma) + * Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma, Hazh. M. Adam) ### Documentation