summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97a68a00..48c2d77e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
Changelog
=========
+
### 5.0.0 UNRELEASED
**Breaking changes:**
- isort now requires Python 3.4+ to run but continues to support formatting
@@ -11,6 +12,10 @@ Internal:
Planned:
- profile support for common project types (black, django, google, etc)
+### 4.3.13 - March 6, 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.
+
### 4.3.12 - March 6, 2019 - hot fix release
- Fix error caused when virtual environment not detected