Close #5394: autodoc: Display readable names in type annotations for mocked objects

This commit is contained in:
Takeshi KOMIYA 2019-02-11 01:48:21 +09:00
parent a6ef8190ce
commit 0f6398efbb

View File

@ -155,6 +155,7 @@ Features added
* #4182: autodoc: Support :confval:`suppress_warnings`
* #5533: autodoc: :confval:`autodoc_default_options` supports ``member-order``
* #5394: autodoc: Display readable names in type annotations for mocked objects
* #4018: htmlhelp: Add :confval:`htmlhelp_file_suffix` and
:confval:`htmlhelp_link_suffix`
* #5559: text: Support complex tables (colspan and rowspan)