summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:18:15 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:19:45 +0100
commitb923dfcdf9ea32072d49ff9f1527d8826327aef4 (patch)
tree5c6e44d98f9fa0befeac6f8a8d3ed634b0e7fcfd /ChangeLog
parent9f4ccad84b77b761f7e2032a8617a5b8d54d9008 (diff)
downloadsemantic-version-b923dfcdf9ea32072d49ff9f1527d8826327aef4.tar.gz
Cleanup and document fixes from #31.
The PR was broken through fixed in ``next_minor()`` / ``next_major()``.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fd7823..48cf749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,7 @@ ChangeLog
* ``Spec('<=1.3.0')`` now matches ``Version('1.3.0+abde24fe883')``
* `#24 <https://github.com/rbarrois/python-semanticversion/issues/24>`_: Fix handling of bumping pre-release versions, thanks to @minchinweb.
+ * `#30 <https://github.com/rbarrois/python-semanticversion/issues/30>`_: Add support for NPM-style ``^1.2.3`` and ``~2.3.4`` specs, thanks to @skwashd
2.4.2 (2015-07-02)
------------------