Skip to content

Commit

Permalink
Update the changelog to reflect 24.1 changes (#840)
Browse files Browse the repository at this point in the history
* Update the changelog to reflect 24.1 changes

* Fix changelog entry location for #777

---------

Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
  • Loading branch information
pradyunsg and pradyunsg authored Oct 3, 2024
1 parent eefade3 commit ac5bdf3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~
Expand All @@ -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
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit ac5bdf3

Please sign in to comment.