summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-09-06 13:06:57 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-09-06 13:06:57 +0200
commitf029601524ab56205990aa0a69621a89de04c43a (patch)
tree18fe8c4244440ef8ce1c8a693a4aae4eb65415a6 /ChangeLog
parent17949b82ac9a1173566c08bab4b254e9d64a7ce1 (diff)
downloadsemantic-version-f029601524ab56205990aa0a69621a89de04c43a.tar.gz
Fix Spec.specs for single-term ranges.maint/2.x
This (deprecated) property failed when used on a `Spec` item based on a single-term range (e.g. `==0.1.2` `<2.0.0`). Closes #82.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aeee68..49cb45d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,11 @@ ChangeLog
2.8.2 (unreleased)
------------------
-- Nothing changed yet.
+*Bugfix:*
+
+ * `#82 <https://github.com/rbarrois/python-semanticversion/issues/82>`_:
+ Restore computation of ``Spec.specs`` for single-term expressions
+ (``>=0.1.2``)
2.8.1 (2019-08-29)