Update CHANGES for PR #8494

This commit is contained in:
Takeshi KOMIYA 2020-11-28 22:56:12 +09:00
parent 3f3358b38f
commit e4bd3bd3dd

View File

@ -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
--------