From 5707e6390347a61e4f460229a4c9f221ce3d61f9 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 7 May 2022 22:09:25 +0900 Subject: [PATCH] Update CHANGES for PR #10258 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 8eb829101..e95c6a132 100644 --- a/CHANGES +++ b/CHANGES @@ -70,6 +70,8 @@ Features added * #9792: autodoc: Add new option for ``autodoc_typehints_description_target`` to include undocumented return values but not undocumented parameters. * #10285: autodoc: singledispatch functions having typehints are not documented +* #10258: autosummary: Recognize a documented attribute of a module as + non-imported * #10028: Removed internal usages of JavaScript frameworks (jQuery and underscore.js) and modernised ``doctools.js`` and ``searchtools.js`` to EMCAScript 2018.