summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-23 23:05:33 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-24 15:13:09 +0200
commit13902f1812697bac01ea1172663a6eedd20ac9d5 (patch)
tree832e7d87df696e5590e4400782f8801aa55d657b /ChangeLog
parentf0899127486265fc66632631cf542da5ff7c9b6f (diff)
downloadsemantic-version-13902f1812697bac01ea1172663a6eedd20ac9d5.tar.gz
Add `Version.truncate()`.
This simplifies computing neighbouring versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a7128c..8ad05dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ ChangeLog
* Allow creation of a ``Version`` directly from parsed components, as keyword arguments
(``Version(major=1, minor=2, patch=3)``)
+ * Add ``Version.truncate()`` to build a truncated copy of a ``Version``
*Removed:*