Skip to content

Commit a172dd0

Browse files
committed
Clarify parsing behavior for Version in CHANGELOG
1 parent 54e6b1f commit a172dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Behavior adaptations:
1919
* Adjust arbitrary equality intersection preservation in ``SpecifierSet`` (:pull:`951`)
2020
* Return ``False`` instead of raising for ``.contains`` with invalid version (:pull:`932`)
2121
* 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`)
22+
* Only try to parse as ``Version`` on certain marker keys, return ``False`` on unequal ordered comparisons (:pull:`939`)
2323

2424
Fixes:
2525

0 commit comments

Comments
 (0)