summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@spacinov.com>2023-02-28 11:51:59 +0100
committerRaphaël Barrois <raphael.barrois@spacinov.com>2023-02-28 11:51:59 +0100
commit2cbbee3154d9011cee873ae3a020cd17c669f6df (patch)
treeb3398bc0e48fd0ac4a5ea06d924d6effba376b3a /ChangeLog
parent9acf55af9d6361a3eac576f9df076507165e8cfe (diff)
downloadsemantic-version-2cbbee3154d9011cee873ae3a020cd17c669f6df.tar.gz
Simplify subclassing VersionHEADsubclasseablemaster
Fixes: #112
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c0f593..2bf2e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@ ChangeLog
2.10.1 (unreleased)
-------------------
+*Minor:*
+
+ * `112 <https://github.com/rbarrois/python-semanticversion/issues/112>`_:
+ Functions returning a new ``Version`` instance reuse the current class,
+ helping with subclassing.
+
*Bugfix:*
* `141 <https://github.com/rbarrois/python-semanticversion/issues/141>`_: