From e2836c43613b2672e03995f5be5c7bff26f3f87c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 10 Nov 2020 20:40:44 +0900 Subject: [PATCH] Update CHANGES for PR #8231 --- CHANGES | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 360d17794e5..43fac21404a 100644 --- a/CHANGES +++ b/CHANGES @@ -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 --------