Merge branch '2.x' into 3.x

This commit is contained in:
Takeshi KOMIYA 2020-02-22 23:19:47 +09:00
commit d54571dfb9

15
CHANGES
View File

@ -75,7 +75,7 @@ Bugs fixed
Testing Testing
-------- --------
Release 2.4.3 (in development) Release 2.4.4 (in development)
============================== ==============================
Dependencies Dependencies
@ -93,6 +93,15 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
Testing
--------
Release 2.4.3 (released Feb 22, 2020)
=====================================
Bugs fixed
----------
* #7184: autodoc: ``*args`` and ``**kwarg`` in type comments are not handled * #7184: autodoc: ``*args`` and ``**kwarg`` in type comments are not handled
properly properly
* #7189: autodoc: classmethod coroutines are not detected * #7189: autodoc: classmethod coroutines are not detected
@ -100,10 +109,6 @@ Bugs fixed
* #6244, #6387: html search: Search breaks/hangs when built with dirhtml builder * #6244, #6387: html search: Search breaks/hangs when built with dirhtml builder
* #7195: todo: emit doctree-resolved event with non-document node incorrectly * #7195: todo: emit doctree-resolved event with non-document node incorrectly
Testing
--------
Release 2.4.2 (released Feb 19, 2020) Release 2.4.2 (released Feb 19, 2020)
===================================== =====================================