Skip to content

Commit ac2b9a4

Browse files
committed
Update CHANGES for PR #9427
1 parent 866719f commit ac2b9a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ Bugs fixed
9999
* #9306: Linkcheck reports broken link when remote server closes the connection
100100
on HEAD request
101101
* #9280: py domain: "exceptions" module is not displayed
102+
* #9418: py domain: a Callable annotation with no parameters
103+
(e.g. ``Callable[[], None])`` will be rendered with a bracket missing
104+
(``Callable[], None]``)
102105
* #9319: quickstart: Make sphinx-quickstart exit when conf.py already exists
103106
* #9387: xml: XML Builder ignores custom visitors
104107
* #9224: ``:param:`` and ``:type:`` fields does not support a type containing
@@ -127,9 +130,6 @@ Features added
127130
Bugs fixed
128131
----------
129132

130-
* #9418: a Callable annotation with no parameters (e.g. Callable[[], None]) will
131-
be rendered with a bracket missing (Callable[], None])
132-
133133
Testing
134134
--------
135135

0 commit comments

Comments
 (0)