From c93b95d685aea6c8e4392d624e4668587b9e5726 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 27 Mar 2022 23:06:42 +0900 Subject: [PATCH] Merge CHANGES entry for 4.4.1 to 4.5.0 --- CHANGES | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/CHANGES b/CHANGES index d382941ea9a..7dd7d56c71d 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,8 @@ Features added Bugs fixed ---------- +* #9876: autodoc: Failed to document an imported class that is built from native + binary module * #10133: autodoc: Crashed when mocked module is used for type annotation * #10146: autodoc: :confval:`autodoc_default_options` does not support ``no-value`` option @@ -60,30 +62,6 @@ Bugs fixed Testing -------- -Release 4.4.1 (in development) -============================== - -Dependencies ------------- - -Incompatible changes --------------------- - -Deprecated ----------- - -Features added --------------- - -Bugs fixed ----------- - -* #9876: autodoc: Failed to document an imported class that is built from native - binary module - -Testing --------- - Release 4.4.0 (released Jan 17, 2022) =====================================