summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72dedb06..9dcb2a12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## 0.9.23 (TBD, 2019)
* Bug Fixes
* Fixed bug where startup script containing a single quote in its file name was incorrectly quoted
+ * Added missing implicit dependency on `setuptools` due to build with `setuptools_scm`
* Breaking changes
* Renamed the following `ansi` members for accuracy in what types of ANSI escape sequences are handled
* `ansi.allow_ansi` -> `ansi.allow_style`