From 3473d59056764f436433af2e698ad97664d7c704 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 3 Oct 2024 21:26:41 +0100 Subject: [PATCH 1/2] Update the changelog to reflect 24.1 changes --- CHANGELOG.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3484dda7..2257d447 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,11 @@ No unreleased changes. 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 ~~~~~~~~~~~~~~~~~ From c7050ad987b92648a4f3d68bd0b1729884d2f64a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 3 Oct 2024 21:26:59 +0100 Subject: [PATCH 2/2] Fix changelog entry location for #777 --- CHANGELOG.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2257d447..eb6e890d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog *unreleased* ~~~~~~~~~~~~ -No unreleased changes. +* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`) 24.1 - 2024-06-10 ~~~~~~~~~~~~~~~~~ @@ -28,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 ~~~~~~~~~~~~~~~~~