From ac2b9a4f668349a863bbb497ba947ca2be89ac63 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 11 Jul 2021 02:13:50 +0900 Subject: [PATCH] Update CHANGES for PR #9427 --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 9cdf5ea3376..357c10a45f6 100644 --- a/CHANGES +++ b/CHANGES @@ -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 --------