@@ -19,7 +19,7 @@ Bugs fixed
1919Testing
2020--------
2121
22- Release 4.2 .0 (in development)
22+ Release 4.3 .0 (in development)
2323==============================
2424
2525Dependencies
@@ -34,10 +34,46 @@ Deprecated
3434Features added
3535--------------
3636
37+ Bugs fixed
38+ ----------
39+
40+ Testing
41+ --------
42+
43+ Release 4.2.1 (in development)
44+ ==============================
45+
46+ Dependencies
47+ ------------
48+
49+ Incompatible changes
50+ --------------------
51+
52+ Deprecated
53+ ----------
54+
55+ Features added
56+ --------------
57+
58+ Bugs fixed
59+ ----------
60+
61+ Testing
62+ --------
63+
64+ Release 4.2.0 (released Sep 12, 2021)
65+ =====================================
66+
67+ Features added
68+ --------------
69+
3770* #9445: autodoc: Support class properties
3871* #9479: autodoc: Emit a warning if target is a mocked object
72+ * #9560: autodoc: Allow to refer NewType instances with module name in Python
73+ 3.10 or above
3974* #9447: html theme: Expose the version of Sphinx in the form of tuple as a
4075 template variable ``sphinx_version_tuple``
76+ * #9594: manpage: Suppress the title of man page if description is empty
4177* #9445: py domain: ``:py:property:`` directive supports ``:classmethod:``
4278 option to describe the class property
4379* #9524: test: SphinxTestApp can take ``builddir`` as an argument
@@ -48,6 +84,10 @@ Bugs fixed
4884
4985* #9608: apidoc: apidoc does not generate a module definition for implicit
5086 namespace package
87+ * #9504: autodoc: generate incorrect reference to the parent class if the target
88+ class inherites the class having ``_name`` attribute
89+ * #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed
90+ well with the HEAD of 3.10
5191* #9487: autodoc: typehint for cached_property is not shown
5292* #9509: autodoc: AttributeError is raised on failed resolving typehints
5393* #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()``
@@ -71,37 +111,8 @@ Bugs fixed
71111 function pointers.
72112* #9564: smartquotes: don't adjust typography for text with
73113 language-highlighted ``:code:`` role.
74-
75- Testing
76- --------
77-
78- Release 4.1.3 (in development)
79- ==============================
80-
81- Dependencies
82- ------------
83-
84- Incompatible changes
85- --------------------
86-
87- Deprecated
88- ----------
89-
90- Features added
91- --------------
92-
93- Bugs fixed
94- ----------
95-
96- * #9504: autodoc: generate incorrect reference to the parent class if the target
97- class inherites the class having ``_name`` attribute
98- * #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed
99- well with the HEAD of 3.10
100114* #9512: sphinx-build: crashed with the HEAD of Python 3.10
101115
102- Testing
103- --------
104-
105116Release 4.1.2 (released Jul 27, 2021)
106117=====================================
107118
0 commit comments