Update CHANGES for PR #8231

This commit is contained in:
Takeshi KOMIYA
2020-11-10 20:40:44 +09:00
parent e2c969c495
commit e2836c4361

View File

@@ -21,6 +21,8 @@ Features added
* #8119: autodoc: Allow to determine whether a member not included in
``__all__`` attribute of the module should be documented or not via
:event:`autodoc-skip-member` event
* #8219: autodoc: Parameters for generic class are not shown when super class is
a generic class and show-inheritance option is given (in Python 3.7 or above)
* autodoc: Add ``Documenter.config`` as a shortcut to access the config object
* #6914: Add a new event :event:`warn-missing-reference` to custom warning
messages when failed to resolve a cross-reference
@@ -55,9 +57,6 @@ Features added
Bugs fixed
----------
* #8219: autodoc: Parameters for generic class are not shown when super class is
a generic class and show-inheritance option is given (in Python 3.7 or above)
Testing
--------