Skip to content

Commit ac5bdf3

Browse files
authored
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 <[email protected]>
1 parent eefade3 commit ac5bdf3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ Changelog
44
*unreleased*
55
~~~~~~~~~~~~
66

7-
No unreleased changes.
7+
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
88

99
24.1 - 2024-06-10
1010
~~~~~~~~~~~~~~~~~
1111

12-
No unreleased changes.
12+
* Document ``markers.default_environment()`` (:issue:`753`).
13+
* Add support for Python 3.13 (:issue:`783`).
14+
* Modernise type annotations (:issue:`785`).
15+
* Work around ``platform.python_version()`` returning non PEP 440 compliant version
16+
for non-tagged CPython builds (:issue:`802`).
1317

1418
24.0 - 2024-03-10
1519
~~~~~~~~~~~~~~~~~
@@ -24,7 +28,6 @@ No unreleased changes.
2428
have not been provided (:issue:`733`)
2529
* Fix a bug preventing the use of the built in ``ExceptionGroup`` on versions of
2630
Python that support it (:issue:`725`)
27-
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
2831

2932
23.2 - 2023-10-01
3033
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)