diff --git a/CHANGES.rst b/CHANGES.rst
index e7361e7e..be9a7ebe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,15 +4,17 @@ Changelog
5.2.5 (unreleased)
------------------
-- Nothing changed yet.
+- plone.app.redirector.FourOhFourView.search_for_similar patch to enable conditionally
+ the search for similar
+ [folix-01]
5.2.4 (2023-09-26)
------------------
- Fix the issue in the @translation GET endpoint: If this
- endpoint is invoked, possibly by a bot, and plone.app.multilingual
- is not installed, the call will result in an empty search query
+ endpoint is invoked, possibly by a bot, and plone.app.multilingual
+ is not installed, the call will result in an empty search query
on the catalog.
[lucabel]
diff --git a/README.rst b/README.rst
index b2046a45..236a3978 100644
--- a/README.rst
+++ b/README.rst
@@ -220,6 +220,12 @@ For details see the `pull-request
+