Skip to content

Commit

Permalink
Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jan 8, 2023
1 parent 2067970 commit 5aa30d8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
Changelog
---------

*unreleased*
~~~~~~~~~~~~
23.0 - 2023-01-08
~~~~~~~~~~~~~~~~~

* Allow `"extra"` to be `None` in the marker environment (:issue:`650`)
* Refactor `tags._generic_api` to use `EXT_SUFFIX` (:issue:`607`)
* Correctly handle trailing whitespace on URL requirements
* Fix typing for ``specifiers.BaseSpecifier.filter()`` (:issue:`643`)
* Use stable Python 3.11 in tests (:issue:`641`)
* Add a test case for non-normalised specifiers
* Reorder specifier matching to try longer names first
* Use regular expression from specifiers as-is for requirement parsing
* Move to ``src/`` layout (:issue:`626`)
* Remove ``__about__`` file, in favour of keeping constants in ``__init__`` (:issue:`626`)

No unreleased changes.

Expand Down

0 comments on commit 5aa30d8

Please sign in to comment.