summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-21 21:18:33 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-21 21:18:33 +0200
commitd297ecd14ba9d2530e7128af2d7e08845676286b (patch)
tree4666408306c09e80eb429e76c8a7ffef8a56d464 /CHANGELOG.rst
parentd906449cb73e46cb939e6e3386e78a985a90566f (diff)
downloadsetuptools-scm-d297ecd14ba9d2530e7128af2d7e08845676286b.tar.gz
fix changelogother
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 41d16bf..adc33c1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,9 +3,9 @@ v3.0.0
* introduce pre-commit and use black
* print the origin module to help testing
-* switch to src layout
+* 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
+* require parse results to be ScmVersion or None (breaking change)
v2.1.0
======