Merge branch '3.4.x' into 3.x

This commit is contained in:
Takeshi KOMIYA
2020-12-25 00:06:41 +09:00
2 changed files with 23 additions and 11 deletions

17
CHANGES
View File

@@ -19,7 +19,7 @@ Bugs fixed
Testing
--------
Release 3.4.1 (in development)
Release 3.4.2 (in development)
==============================
Dependencies
@@ -37,16 +37,25 @@ Features added
Bugs fixed
----------
Testing
--------
Release 3.4.1 (released Dec 25, 2020)
=====================================
Bugs fixed
----------
* #8559: autodoc: AttributeError is raised when using forward-reference type
annotations
* #8568: autodoc: TypeError is raised on checking slots attribute
* #8567: autodoc: Instance attributes are incorrectly added to Parent class
* #8566: autodoc: The ``autodoc-process-docstring`` event is emitted to the
alias classes unexpectedly
* #8583: autodoc: Unnecessary object comparision via ``__eq__`` method
* #8565: linkcheck: Fix PriorityQueue crash when link tuples are not
comparable
Testing
--------
Release 3.4.0 (released Dec 20, 2020)
=====================================