From 383eff0cedb6cdbfdd27641a248d2682b372be71 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 2 Aug 2021 00:27:18 +0900 Subject: [PATCH] Update CHANGES for PR #9518 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 1f2dcb8684d..3abf392d273 100644 --- a/CHANGES +++ b/CHANGES @@ -22,6 +22,8 @@ Bugs fixed * #9487: autodoc: typehint for cached_property is not shown * #9509: autodoc: AttributeError is raised on failed resolving typehints +* #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()`` + and ``__new__()`` * #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