summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-07-23 13:26:46 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-07-23 13:26:46 +0200
commitae5533a4ee3be9f06270bcf9c4e152bedf59b832 (patch)
treec2f9b6c70102b82d838bae0bdc1446697d1fe607
parentafaedeb6e2029fac81cb70528c6c5208a3dd0eba (diff)
downloadsetuptools-scm-3.0.0.tar.gz
changelogv3.0.0
-rw-r--r--CHANGELOG.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1548d32..a8d023c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,10 @@ v3.0.0
* switch to src layout (breaking change)
* no longer alias tag and parsed_version in order to support understanding a version parse failure
* require parse results to be ScmVersion or None (breaking change)
-* fix #266 by requirin the prefix word to be a word again
+* fix #266 by requiring the prefix word to be a word again
(breaking change as the bug allowed arbitrary prefixes while the original feature only allowed words")
+* introduce a internal config object to allow the configruation fo tag parsing and prefixes
+ (thanks to @punkadiddle for introducing it and passing it trough)
v2.1.0
======