Skip to content

Commit

Permalink
Update CHANGES for 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 23, 2023
1 parent 6b17dd1 commit 07b87e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES
Expand Up @@ -5,14 +5,18 @@ Dependencies
------------

* #11576: Require sphinxcontrib-serializinghtml 1.1.9.
* #11543: autodoc: Support positional-only parameters in ``classmethod`` methods
when ``autodoc_preserve_defaults`` is ``True``.

Bugs fixed
----------

* Fix regression in ``autodoc.Documenter.parse_name()``.
* Fix regression in JSON serialisation.
* #11543: autodoc: Support positional-only parameters in ``classmethod`` methods
when ``autodoc_preserve_defaults`` is ``True``.
* Restore support string methods on path objects.
This is deprecated and will be removed in Sphinx 8.
Use :py:func`os.fspath` to convert :py:class:~`pathlib.Path` objects to strings,
or :py:class:~`pathlib.Path`'s methods to work with path objects.

Release 7.2.2 (released Aug 17, 2023)
=====================================
Expand All @@ -28,10 +32,6 @@ Bugs fixed
* Fixed a type error in ``SingleFileHTMLBuilder._get_local_toctree``,
``includehidden`` may be passed as a string or a boolean.
* Fix ``:noindex:`` for ``PyModule`` and JSModule``.
* Restore support string methods on path objects.
This is deprecated and will be removed in Sphinx 8.
Use :py:func`os.fspath` to convert :py:class:~`pathlib.Path` objects to strings,
or :py:class:~`pathlib.Path`'s methods to work with path objects.

Release 7.2.1 (released Aug 17, 2023)
=====================================
Expand Down

0 comments on commit 07b87e9

Please sign in to comment.