Update CHANGES for PR #4413

This commit is contained in:
Takeshi KOMIYA 2018-01-14 23:10:04 +09:00
parent b296487197
commit 0d61b251c5

View File

@ -22,6 +22,9 @@ Incompatible changes
* autodoc does not generate warnings messages to the generated document even if * autodoc does not generate warnings messages to the generated document even if
:confval:`keep_warnings` is True. They are only emitted to stderr. :confval:`keep_warnings` is True. They are only emitted to stderr.
* shebang line is removed from generated conf.py * shebang line is removed from generated conf.py
* #2557: autodoc: :confval:`autodoc_mock_imports` only mocks specified modules
with their descendants. It does not mock their ancestors. If you want to
mock them, please specify the name of ancestors implicitly.
Deprecated Deprecated
---------- ----------