summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-23 19:26:24 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-24 15:13:09 +0200
commitc24f4e2157438be40b44e6ba02d90c6bfa934454 (patch)
tree66ecf2747c6a605688c0a934d94bab539085c11e /ChangeLog
parent13902f1812697bac01ea1172663a6eedd20ac9d5 (diff)
downloadsemantic-version-c24f4e2157438be40b44e6ba02d90c6bfa934454.tar.gz
Fix inconsistent matching behaviour.
According to the stated goal of "intuitive" behaviour, we want: ``Version('0.1.1-a1') not in Spec('<0.1.1')``. Tests, code and docs have been fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ad05dc..687d899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@ ChangeLog
(``Version(major=1, minor=2, patch=3)``)
* Add ``Version.truncate()`` to build a truncated copy of a ``Version``
+*Bugfix:*
+
+ * Fix inconsistent behaviour regarding versions with a prerelease specification.
+
*Removed:*
* Remove support for Python2 (End of life 4 months after this release)