summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 19:57:03 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 19:57:03 +0200
commit79a71f1df2791d9cd419793127bd57fe432d584c (patch)
treeb5f772375f8d88ff5aa9275ca1c10197377035eb
parenta210106cf2493ec284b10c41ff8fb58a4701dbb2 (diff)
downloadsemantic-version-79a71f1df2791d9cd419793127bd57fe432d584c.tar.gz
Describe upcoming changes.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452961f..6ca50b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,17 @@ ChangeLog
2.7.0 (unreleased)
------------------
+This release brings a couple of significant changes:
+
+- Allow to define several range description syntaxes (``SimpleSpec``, ``NpmSpec``, ...)
+- Fix bugs and unexpected behaviours in the ``SimpleSpec`` implementation.
+
+Backwards compatibility has been kept, but users should adjust their code for the new features:
+
+- Use ``SimpleSpec`` instead of ``Spec``
+- Replace calls to ``Version('1.2', partial=True)`` with ``SimpleSpec('~1.2')``
+- ``iter(some_spec)`` is deprecated.
+
*New:*
* Allow creation of a ``Version`` directly from parsed components, as keyword arguments