Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-25 19:35:40 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-28 20:06:16 +0300
commitf88ac53e517d4c2d72faaf96000fe4079844acfd (patch)
tree07065adc601c284b7459dc0b3ce1256c6d66af30 /CHANGES
parentf780210b6ab16516d30abc713db280c0d3f9cdde (diff)
Fix #9883: autodoc: doccomment for the alias to mocked object was ignored
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 87cc9ab82..13abd4ceb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,7 +23,8 @@ Features added
Bugs fixed
----------
-* #9866: autodoc: doccoment for the imported class was ignored
+* #9866: autodoc: doccomment for the imported class was ignored
+* #9883: autodoc: doccomment for the alias to mocked object was ignored
* #9878: mathjax: MathJax configuration is placed after loading MathJax itself
* #9857: Generated RFC links use outdated base url