summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-06 20:20:25 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-06 21:11:38 -0800
commit9bdd130d76bffeef06239fd9de90dfdab85d593e (patch)
tree9aac4c586a643aa32fa7e35a22a277d84cb063c7
parent9d0c4800b947c5928c8e64f2dd3173b9a5631734 (diff)
downloadisort-9bdd130d76bffeef06239fd9de90dfdab85d593e.tar.gz
Merge in changelog update
-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