From 2809b30c17a8fe362910f40b91fa2c17012d3ef1 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 30 May 2021 03:15:40 +0900 Subject: [PATCH] Update CHANGES for PR #9271 --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 95888aa7dc6..886f8857934 100644 --- a/CHANGES +++ b/CHANGES @@ -55,11 +55,11 @@ Bugs fixed undocumented * #9185: autodoc: typehints for overloaded functions and methods are inaccurate * #9250: autodoc: The inherited method not having docstring is wrongly parsed +* #9270: html theme : pyramid theme generates incorrect logo links * #9217: manpage: The name of manpage directory that is generated by :confval:`man_make_section_directory` is not correct * #9224: ``:param:`` and ``:type:`` fields does not support a type containing whitespace (ex. ``Dict[str, str]``) -* #9270: html theme : pyramid theme generates incorrect logo links Testing --------