Skip to content

Commit

Permalink
Update CHANGES for PR #8231
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Nov 10, 2020
1 parent e2c969c commit e2836c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGES
Expand Up @@ -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
Expand Down Expand Up @@ -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
--------

Expand Down

0 comments on commit e2836c4

Please sign in to comment.