summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2020-04-29 11:46:24 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2020-04-29 11:46:24 +0200
commit0811fca1c435c1477ee1465578580b491cba6c73 (patch)
treed83ce16c1b5fa1d6a8ee76a0248a9d77f9aedbb8 /ChangeLog
parenteda1ac8c22a99dbd01cd57fbcd459856b469ae46 (diff)
downloadsemantic-version-0811fca1c435c1477ee1465578580b491cba6c73.tar.gz
Fix wildcard matching for SimpleSpec.
Including docs and tests. Closes #98.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7f41c6..7056f1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,10 @@ ChangeLog
2.8.5 (unreleased)
------------------
-- Nothing changed yet.
+*Bugfix:*
+
+ * `98 <https://github.com/rbarrois/python-semanticversion/issues/98>`_:
+ Properly handle wildcards in ``SimpleSpec`` (e.g. ``==1.2.*``).
2.8.4 (2019-12-21)