From ac5bdf3605ddcbfa1f672f7cf93a19fd6d3d77ea Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 3 Oct 2024 22:19:02 +0100 Subject: [PATCH] Update the changelog to reflect 24.1 changes (#840) * Update the changelog to reflect 24.1 changes * Fix changelog entry location for #777 --------- Co-authored-by: Pradyun Gedam --- CHANGELOG.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3484dda7..eb6e890d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,12 +4,16 @@ Changelog *unreleased* ~~~~~~~~~~~~ -No unreleased changes. +* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`) 24.1 - 2024-06-10 ~~~~~~~~~~~~~~~~~ -No unreleased changes. +* Document ``markers.default_environment()`` (:issue:`753`). +* Add support for Python 3.13 (:issue:`783`). +* Modernise type annotations (:issue:`785`). +* Work around ``platform.python_version()`` returning non PEP 440 compliant version + for non-tagged CPython builds (:issue:`802`). 24.0 - 2024-03-10 ~~~~~~~~~~~~~~~~~ @@ -24,7 +28,6 @@ No unreleased changes. have not been provided (:issue:`733`) * Fix a bug preventing the use of the built in ``ExceptionGroup`` on versions of Python that support it (:issue:`725`) -* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`) 23.2 - 2023-10-01 ~~~~~~~~~~~~~~~~~