Update CHANGES refs #3449

This commit is contained in:
shimizukawa 2017-04-19 21:27:41 +09:00
parent 6cb582fdd3
commit ac6a74ad89

View File

@ -109,6 +109,8 @@ Features added
* #2961: improve :confval:`autodoc_mock_imports`. Now the config value only
requires to declare the top-level modules that should be mocked.
Thanks to Robin Jarry.
* #3449: On py3, autodoc use inspect.signature for more accurate signature
calculation. Thanks to Nathaniel J. Smith.
Bugs fixed
----------