summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-08 00:55:21 -0800
committerGitHub <noreply@github.com>2019-03-08 00:55:21 -0800
commit28e1f7dd298c49af2a3999e991d64ffee687729f (patch)
treeeda5dc68e4aa88dd0700603db80d6ed19d99b590 /CHANGELOG.md
parent4f2ed4c32d4beecb0af0bbf5ce3cd65dff075275 (diff)
parent855806f93ca35eed850ff2559d7ce07ce0badfce (diff)
downloadisort-28e1f7dd298c49af2a3999e991d64ffee687729f.tar.gz
Merge pull request #893 from timothycrosley/feature/fix-issue-889
Fix issue #889: Isort should not add blank lines to beginning of file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5826060..93d09a4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,8 @@ Changelog
### 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.
-- Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting
+- Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
+- Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
### 4.3.12 - March 6, 2019 - hot fix release
- Fix error caused when virtual environment not detected