From e188d56ed1248dead58f3f8018c0e9a3f99193f7 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 7 Aug 2020 23:39:39 +0900 Subject: [PATCH] Update CHANGES for PR #8049 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 16e103ec7..235e34852 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,8 @@ Features added * #7888: napoleon: Add aliases Warn and Raise. * #7690: napoleon: parse type strings and make them hyperlinks as possible. The conversion rule can be updated via :confval:`napoleon_type_aliases` +* #8049: napoleon: Create a hyperlink for each the type of parameter when + :confval:`napoleon_use_params` is False * C, added :rst:dir:`c:alias` directive for inserting copies of existing declarations. * #7745: html: inventory is broken if the docname contains a space