Skip to content

Commit 2390ce6

Browse files
committed
CHANGES: Merge 4.1.3 (unreleased) to 4.2.0
1 parent b67624e commit 2390ce6

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

CHANGES

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Bugs fixed
3030

3131
* #9608: apidoc: apidoc does not generate a module definition for implicit
3232
namespace package
33+
* #9504: autodoc: generate incorrect reference to the parent class if the target
34+
class inherites the class having ``_name`` attribute
35+
* #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed
36+
well with the HEAD of 3.10
3337
* #9487: autodoc: typehint for cached_property is not shown
3438
* #9509: autodoc: AttributeError is raised on failed resolving typehints
3539
* #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()``
@@ -53,32 +57,6 @@ Bugs fixed
5357
function pointers.
5458
* #9564: smartquotes: don't adjust typography for text with
5559
language-highlighted ``:code:`` role.
56-
57-
Testing
58-
--------
59-
60-
Release 4.1.3 (in development)
61-
==============================
62-
63-
Dependencies
64-
------------
65-
66-
Incompatible changes
67-
--------------------
68-
69-
Deprecated
70-
----------
71-
72-
Features added
73-
--------------
74-
75-
Bugs fixed
76-
----------
77-
78-
* #9504: autodoc: generate incorrect reference to the parent class if the target
79-
class inherites the class having ``_name`` attribute
80-
* #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed
81-
well with the HEAD of 3.10
8260
* #9512: sphinx-build: crashed with the HEAD of Python 3.10
8361

8462
Testing

0 commit comments

Comments
 (0)