From cfc802048bd9f9f36dce481d16880be4443b9e7d Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sat, 25 Sep 2021 11:02:24 +0200 Subject: [PATCH] search, update CHANGES --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8a53dc22273..14a896cc74f 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,9 @@ Dependencies Incompatible changes -------------------- +* #9649: ``searchindex.js``: the embedded data has changed format to allow + objects with the same name in different domains. + Deprecated ---------- @@ -24,7 +27,7 @@ Bugs fixed * #9630: autosummary: Failed to build summary table if :confval:`primary_domain` is not 'py' * #9670: html: Fix download file with special characters -* HTML search: when objects have the same name but in different domains, +* #9649: HTML search: when objects have the same name but in different domains, return all of them as result instead of just one. Testing