Skip to content

Commit

Permalink
Update CHANGES for PR #9427
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jul 10, 2021
1 parent 866719f commit ac2b9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Expand Up @@ -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
Expand Down Expand Up @@ -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
--------

Expand Down

0 comments on commit ac2b9a4

Please sign in to comment.