summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-12 00:42:17 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-05-12 00:42:17 +0900
commit96dbe5e3549815409450588b50f52da4d6aaba5e (patch)
treee6025768a0012566415402e53f73236107a28830
parentc341807991f8f23f9ef45c7f8b9411edcae21d59 (diff)
downloadsphinx-git-96dbe5e3549815409450588b50f52da4d6aaba5e.tar.gz
Update CHANGES for PR #9185
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c29e475e2..c03a0bf31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,8 @@ Features added
``foo.bar.BazClass``
* #9175: autodoc: Special member is not documented in the module
* #9195: autodoc: The arguments of ``typing.Literal`` are wrongly rendered
+* #9185: autodoc: :confval:`autodoc_typehints` allows ``'both'`` setting to
+ allow typehints to be included both in the signature and description
* #3257: autosummary: Support instance attributes for classes
* #9129: html search: Show search summaries when html_copy_source = False
* #9120: html theme: Eliminate prompt characters of code-block from copyable
@@ -42,6 +44,7 @@ Bugs fixed
* #8872: autodoc: stacked singledispatches are wrongly rendered
* #8597: autodoc: a docsting having metadata only should be treated as
undocumented
+* #9185: autodoc: typehints for overloaded functions and methods are inaccurate
Testing
--------