File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ Bugs fixed
99
99
* #9306: Linkcheck reports broken link when remote server closes the connection
100
100
on HEAD request
101
101
* #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]``)
102
105
* #9319: quickstart: Make sphinx-quickstart exit when conf.py already exists
103
106
* #9387: xml: XML Builder ignores custom visitors
104
107
* #9224: ``:param:`` and ``:type:`` fields does not support a type containing
@@ -127,9 +130,6 @@ Features added
127
130
Bugs fixed
128
131
----------
129
132
130
- * #9418: a Callable annotation with no parameters (e.g. Callable[[], None]) will
131
- be rendered with a bracket missing (Callable[], None])
132
-
133
133
Testing
134
134
--------
135
135
You can’t perform that action at this time.
0 commit comments