search, update CHANGES

This commit is contained in:
Jakob Lykke Andersen 2021-09-25 11:02:24 +02:00
parent a473c8e618
commit cfc802048b

View File

@ -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