From 9bdd130d76bffeef06239fd9de90dfdab85d593e Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Wed, 6 Mar 2019 20:20:25 -0800 Subject: Merge in changelog update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1