From 79a71f1df2791d9cd419793127bd57fe432d584c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 28 Aug 2019 19:57:03 +0200 Subject: Describe upcoming changes. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.1