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:17:34 -0800
commitf31d890af0cf2c7adfe8df0b183d26d484a79e2e (patch)
tree1baf6fc55ab87e3c926dc2c2630057cd7fd7c24e
parente1f83dd486b0a5e28fcb51f1bd2b8c42fd6b692c (diff)
downloadisort-f31d890af0cf2c7adfe8df0b183d26d484a79e2e.tar.gz
Update changelog4.3.14
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b8c5406..e36faf17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,11 +12,13 @@ Internal:
Planned:
- profile support for common project types (black, django, google, etc)
-### 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