summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 5347d28..6278cb9 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,6 +1,17 @@
ChangeLog
=========
+1.2.0 (18/05/2012)
+------------------
+
+*New:*
+
+ * Allow split specifications when instantiating a
+ :class:`~semantic_version.SpecList`::
+
+ >>> SpecList('>=0.1.1', '!=0.1.3') == SpecList('>=0.1.1,!=0.1.3')
+ True
+
1.1.0 (18/05/2012)
------------------