From 8faa8ba7ab7efbbe8c47558df6996d92bd3bfb8d Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 12 Dec 2020 15:16:51 +0900 Subject: [PATCH] Update CHANGES for PR #8523 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c93471da78..166748ad9e 100644 --- a/CHANGES +++ b/CHANGES @@ -68,6 +68,7 @@ Bugs fixed * #8460: autodoc: autodata and autoattribute directives do not display type information of TypeVars * #8493: autodoc: references to builtins not working in class aliases +* #8522: autodoc: ``__bool__`` method could be called * #8477: autosummary: non utf-8 reST files are generated when template contains multibyte characters * #8501: autosummary: summary extraction splits text after "el at." unexpectedly @@ -78,7 +79,6 @@ Bugs fixed * #8437: Makefile: ``make clean`` with empty BUILDDIR is dangerous * #8352: std domain: Failed to parse an option that starts with bracket * #8519: LaTeX: Prevent page brake in the middle of a seealso -* #8522: fix ``__bool__`` method could be called by autodoc module. Testing --------