Skip to content

Commit

Permalink
Sort CHANGES into chronological order
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 3, 2024
1 parent 3209275 commit 086a791
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ Deprecated
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
files.
Patch by James Addison and Adam Turner
Expand All @@ -29,11 +21,27 @@ Features added
* Flatten ``Union[Literal[T], Literal[U], ...]`` to ``Literal[T, U, ...]``
when turning annotations into strings.
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
loading and resolution of Intersphinx targets.
Patch by James Addison.
* #12319: ``sphinx.ext.extlinks``: Add ``extlink-{name}`` CSS class to links.
Patch by Hugo van Kemenade.
* #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
* #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
within a directive.

Expand All @@ -46,6 +54,8 @@ Features added

Patch by Adam Turner.

* #12258: Support ``typing_extensions.Unpack``
Patch by Bénédikt Tran and Adam Turner.

Bugs fixed
----------
Expand Down Expand Up @@ -77,16 +87,6 @@ Bugs fixed
builders without native support for data-URIs in their output format.
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
-------

Expand Down

0 comments on commit 086a791

Please sign in to comment.