summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-03 11:39:44 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-03 11:39:44 +0900
commit9f1c89dd9d5139dfa8af43f9b552d549fb93d910 (patch)
tree56886dd232d2787e08ab463f63e071835520a2d8
parent7065dc0157a0383b189fd8f5d7a2208751eb4d59 (diff)
downloadsphinx-git-7613_class__signature__.tar.gz
Update CHANGES for PR #83557613_class__signature__
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3e5836a15..54f4bdc3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,8 @@ Features added
Bugs fixed
----------
+* #7613: autodoc: autodoc does not respect __signature__ of the class
+
Testing
--------
@@ -94,7 +96,6 @@ Bugs fixed
* #7786: autodoc: can't detect overloaded methods defined in other file
* #8294: autodoc: single-string __slots__ is not handled correctly
* #7785: autodoc: autodoc_typehints='none' does not effect to overloaded functions
-* #7613: autodoc: autodoc does not respect __signature__ of the class
* #8192: napoleon: description is disappeared when it contains inline literals
* #8142: napoleon: Potential of regex denial of service in google style docs
* #8169: LaTeX: pxjahyper loaded even when latex_engine is not platex