Update CHANGES for PR #7711

This commit is contained in:
Takeshi KOMIYA 2020-05-29 02:42:08 +09:00
parent 19ad8a4302
commit 877055f8b2

View File

@ -104,6 +104,7 @@ Bugs fixed
__all__ __all__
* #7668: autodoc: wrong retann value is passed to a handler of * #7668: autodoc: wrong retann value is passed to a handler of
autodoc-proccess-signature autodoc-proccess-signature
* #7711: autodoc: fails with ValueError when processing numpy objects
* #7551: autosummary: a nested class is indexed as non-nested class * #7551: autosummary: a nested class is indexed as non-nested class
* #7661: autosummary: autosummary directive emits warnings twices if failed to * #7661: autosummary: autosummary directive emits warnings twices if failed to
import the target module import the target module