@@ -5,14 +5,18 @@ Dependencies
55------------
66
77* #11576: Require sphinxcontrib-serializinghtml 1.1.9.
8- * #11543: autodoc: Support positional-only parameters in ``classmethod`` methods
9- when ``autodoc_preserve_defaults`` is ``True``.
108
119Bugs fixed
1210----------
1311
1412* Fix regression in ``autodoc.Documenter.parse_name()``.
1513* Fix regression in JSON serialisation.
14+ * #11543: autodoc: Support positional-only parameters in ``classmethod`` methods
15+ when ``autodoc_preserve_defaults`` is ``True``.
16+ * Restore support string methods on path objects.
17+ This is deprecated and will be removed in Sphinx 8.
18+ Use :py:func`os.fspath` to convert :py:class:~`pathlib.Path` objects to strings,
19+ or :py:class:~`pathlib.Path`'s methods to work with path objects.
1620
1721Release 7.2.2 (released Aug 17, 2023)
1822=====================================
@@ -28,10 +32,6 @@ Bugs fixed
2832* Fixed a type error in ``SingleFileHTMLBuilder._get_local_toctree``,
2933 ``includehidden`` may be passed as a string or a boolean.
3034* Fix ``:noindex:`` for ``PyModule`` and JSModule``.
31- * Restore support string methods on path objects.
32- This is deprecated and will be removed in Sphinx 8.
33- Use :py:func`os.fspath` to convert :py:class:~`pathlib.Path` objects to strings,
34- or :py:class:~`pathlib.Path`'s methods to work with path objects.
3535
3636Release 7.2.1 (released Aug 17, 2023)
3737=====================================
0 commit comments