We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e6b1f commit a172dd0Copy full SHA for a172dd0
1 file changed
CHANGELOG.rst
@@ -19,7 +19,7 @@ Behavior adaptations:
19
* Adjust arbitrary equality intersection preservation in ``SpecifierSet`` (:pull:`951`)
20
* Return ``False`` instead of raising for ``.contains`` with invalid version (:pull:`932`)
21
* Support arbitrary equality on arbitrary strings for ``Specifier`` and ``SpecifierSet``'s ``filter`` and ``contains`` method. (:pull:`954`)
22
-* Only parse ``Version``s on certain marker keys, return False on unequal ordered comparisons (:pull:`939`)
+* Only try to parse as ``Version`` on certain marker keys, return ``False`` on unequal ordered comparisons (:pull:`939`)
23
24
Fixes:
25
0 commit comments