Update CHANGES for PR #7655

This commit is contained in:
Takeshi KOMIYA 2020-05-13 22:14:07 +09:00
parent acae01c87e
commit 63457c700c

View File

@ -88,6 +88,8 @@ Bugs fixed
autodoc_typehints='description' mode
* #7551: autodoc: failed to import nested class
* #7362: autodoc: does not render correct signatures for built-in functions
* #7654: autodoc: ``Optional[Union[foo, bar]]`` is presented as
``Union[foo, bar, None]``
* #7551: autosummary: a nested class is indexed as non-nested class
* #7535: sphinx-autogen: crashes when custom template uses inheritance
* #7536: sphinx-autogen: crashes when template uses i18n feature