Update CHANGES for PR #9522

This commit is contained in:
Takeshi KOMIYA 2021-08-05 01:54:28 +09:00
parent 6ac326e019
commit a7ac325a1b

View File

@ -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