summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-09 21:58:46 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-09 22:09:32 -0800
commiteaf5437f3b80cac2e1c0bb581b24add823c0475f (patch)
tree76fc388cf5373828380a6f8d3c958c6f0fa20531
parent15b0f6838f5a321916d694bd5de79f84ada1f503 (diff)
downloadisort-eaf5437f3b80cac2e1c0bb581b24add823c0475f.tar.gz
Add to changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e36faf17..83809f29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@ Internal:
Planned:
- profile support for common project types (black, django, google, etc)
+### 4.3.14 - March 9, 2019 - hot fix release
+- Fixed a regression with */directory/*.py style patterns
+
### 4.3.13 - March 8, 2019 - hot fix release
- Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
- Fixed some output being printed even when --quiet mode is enabled.