summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 01:14:34 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 01:14:34 -0800
commitf4c29cae3a4d2a40227ab4fdabf29e5be5897c46 (patch)
tree650c42ceb045842a00b7f51e7468b95535b273e4
parent28e1f7dd298c49af2a3999e991d64ffee687729f (diff)
downloadisort-f4c29cae3a4d2a40227ab4fdabf29e5be5897c46.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93d09a4a..9f581e84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,12 @@
Changelog
=========
-### 4.3.13 - March 6, 2019 - hot fix release
+### 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.
- 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.
+- Fixed issue #885 many files not being skipped according to set skip settings.
+- Fixed issue #842 streaming encoding improvements.
### 4.3.12 - March 6, 2019 - hot fix release
- Fix error caused when virtual environment not detected