Merge CHANGES entry for 4.4.1 to 4.5.0

This commit is contained in:
Takeshi KOMIYA 2022-03-27 23:06:42 +09:00
parent a001bf47d6
commit c93b95d685

26
CHANGES
View File

@ -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)
=====================================