From dd8d029faefad0add06a6de5057e1cfc39847986 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 5 Apr 2022 02:32:15 +0900 Subject: [PATCH] Update CHANGES for PR #10285 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 96390c92ec2..9aab021a143 100644 --- a/CHANGES +++ b/CHANGES @@ -63,6 +63,7 @@ Features added by specifying the option to :rst:dir:`automodule` directive * #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 * #10028: Removed internal usages of JavaScript frameworks (jQuery and underscore.js) and modernised ``doctools.js`` and ``searchtools.js`` to EMCAScript 2018.