We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2067970 commit 47948bfCopy full SHA for 47948bf
CHANGELOG.rst
@@ -4,7 +4,14 @@ Changelog
4
*unreleased*
5
~~~~~~~~~~~~
6
7
-No unreleased changes.
+* Allow ``"extra"`` to be ``None`` in the marker environment (:issue:`650`)
8
+* Refactor ``tags._generic_api`` to use ``EXT_SUFFIX`` (:issue:`607`)
9
+* Correctly handle trailing whitespace on URL requirements (:issue:`642`)
10
+* Fix typing for ``specifiers.BaseSpecifier.filter()`` (:issue:`643`)
11
+* Use stable Python 3.11 in tests (:issue:`641`)
12
+* Correctly handle non-normalised specifiers in requirements (:issue:`634`)
13
+* Move to ``src/`` layout (:issue:`626`)
14
+* Remove ``__about__`` file, in favour of keeping constants in ``__init__`` (:issue:`626`)
15
16
22.0 - 2022-12-07
17
~~~~~~~~~~~~~~~~~
0 commit comments