From a7ac325a1bd043707297a1d360091bd38b695dde Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 5 Aug 2021 01:54:28 +0900 Subject: [PATCH] Update CHANGES for PR #9522 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index ba6b8e85b6b..250f13c0087 100644 --- a/CHANGES +++ b/CHANGES @@ -27,6 +27,8 @@ Bugs fixed * #9509: autodoc: AttributeError is raised on failed resolving typehints * #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()`` and ``__new__()`` +* #9522: autodoc: PEP 585 style typehints having arguments (ex. ``list[int]``) + are not displayed well * #9481: autosummary: some warnings contain non-existing filenames * #9481: c domain: some warnings contain non-existing filenames * #9481: cpp domain: some warnings contain non-existing filenames