Sort CHANGES into chronological order

This commit is contained in:
Adam Turner 2024-07-03 03:30:24 +01:00
parent 3209275a4a
commit 086a7913d8

View File

@ -13,14 +13,6 @@ Deprecated
Features added Features added
-------------- --------------
* #12456: Add :option:`sphinx-autogen --remove-old` option.
Patch by Chris Sewell.
* #12448: Add :option:`sphinx-apidoc --remove-old` option.
Patch by Chris Sewell.
* #12358: Add :attr:`.Sphinx.fresh_env_used`.
Patch by Chris Sewell.
* #12361: Add :attr:`.BuildEnvironment.parser`.
Patch by Chris Sewell.
* #11165: Support the `officially recommended`_ ``.jinja`` suffix for template * #11165: Support the `officially recommended`_ ``.jinja`` suffix for template
files. files.
Patch by James Addison and Adam Turner Patch by James Addison and Adam Turner
@ -29,11 +21,27 @@ Features added
* Flatten ``Union[Literal[T], Literal[U], ...]`` to ``Literal[T, U, ...]`` * Flatten ``Union[Literal[T], Literal[U], ...]`` to ``Literal[T, U, ...]``
when turning annotations into strings. when turning annotations into strings.
Patch by Adam Turner. Patch by Adam Turner.
* #12319: ``sphinx.ext.extlinks``: Add ``extlink-{name}`` CSS class to links.
Patch by Hugo van Kemenade.
* #12387: Improve CLI progress message, when copying assets.
Patch by INADA Nakoi and Bénédikt Tran.
* #12361: Add :attr:`.BuildEnvironment.parser`.
Patch by Chris Sewell.
* #12358: Add :attr:`.Sphinx.fresh_env_used`.
Patch by Chris Sewell.
* #12329: Add detection of ambiguous ``std:label`` and ``std:term`` references during * #12329: Add detection of ambiguous ``std:label`` and ``std:term`` references during
loading and resolution of Intersphinx targets. loading and resolution of Intersphinx targets.
Patch by James Addison. Patch by James Addison.
* #12319: ``sphinx.ext.extlinks``: Add ``extlink-{name}`` CSS class to links. * #12422: Do not duplicate "navigation" in aria-label of built-in themes.
Patch by Hugo van Kemenade. Patch by Thomas Weißschuh
* #12421: Include project name in ``logo_alt`` of built-in themes.
Patch by Thomas Weißschuh
* #12448: Add :option:`sphinx-apidoc --remove-old` option.
Patch by Chris Sewell.
* #12456: Add :option:`sphinx-autogen --remove-old` option.
Patch by Chris Sewell.
* #12479: Add warning subtype ``toc.no_title``.
Patch by Ondřej Navrátil.
* #12492: Add helper methods for parsing reStructuredText content into nodes from * #12492: Add helper methods for parsing reStructuredText content into nodes from
within a directive. within a directive.
@ -46,6 +54,8 @@ Features added
Patch by Adam Turner. Patch by Adam Turner.
* #12258: Support ``typing_extensions.Unpack``
Patch by Bénédikt Tran and Adam Turner.
Bugs fixed Bugs fixed
---------- ----------
@ -77,16 +87,6 @@ Bugs fixed
builders without native support for data-URIs in their output format. builders without native support for data-URIs in their output format.
Patch by James Addison. Patch by James Addison.
Improvements
------------
* #12387: Improve CLI progress message, when copying assets.
Patch by Bénédikt Tran.
* #12422: Do not duplicate "navigation" in aria-label of built-in themes.
Patch by Thomas Weißschuh
* #12421: Include project name in ``logo_alt`` of built-in themes.
Patch by Thomas Weißschuh
Testing Testing
------- -------