From e4bd3bd3ddd42c6642ff779a4f7381f219655c2c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 28 Nov 2020 22:56:12 +0900 Subject: [PATCH] Update CHANGES for PR #8494 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 467ce8508..2aea31967 100644 --- a/CHANGES +++ b/CHANGES @@ -62,6 +62,7 @@ Bugs fixed set to "description" * #8460: autodoc: autodata and autoattribute directives do not display type information of TypeVars +* #8493: autodoc: references to builtins not working in class aliases * #8477: autosummary: non utf-8 reST files are generated when template contains multibyte characters * #8419: html search: Do not load ``language_data.js`` in non-search pages @@ -69,7 +70,6 @@ Bugs fixed * #8131: linkcheck: Use GET when HEAD requests cause Too Many Redirects, to accommodate infinite redirect loops on HEAD * #8437: Makefile: ``make clean`` with empty BUILDDIR is dangerous -* #8493: autodoc: references to builtins not working in class aliases Testing --------