Update CHANGES for PR #9427

This commit is contained in:
Takeshi KOMIYA 2021-07-11 02:13:50 +09:00
parent 866719f48f
commit ac2b9a4f66

View File

@ -99,6 +99,9 @@ Bugs fixed
* #9306: Linkcheck reports broken link when remote server closes the connection
on HEAD request
* #9280: py domain: "exceptions" module is not displayed
* #9418: py domain: a Callable annotation with no parameters
(e.g. ``Callable[[], None])`` will be rendered with a bracket missing
(``Callable[], None]``)
* #9319: quickstart: Make sphinx-quickstart exit when conf.py already exists
* #9387: xml: XML Builder ignores custom visitors
* #9224: ``:param:`` and ``:type:`` fields does not support a type containing
@ -127,9 +130,6 @@ Features added
Bugs fixed
----------
* #9418: a Callable annotation with no parameters (e.g. Callable[[], None]) will
be rendered with a bracket missing (Callable[], None])
Testing
--------