summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-12-30 14:42:32 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-12-30 14:42:32 -0800
commit5d0f7e1658a6aa7e1f3bb8d54dc9487218307fb5 (patch)
treedeaf720488c7b2c9e9dcd5673e3322c00a9697a8
parent570b66e42523e424f217e2e850c55b3d63b0f9c0 (diff)
downloadisort-5d0f7e1658a6aa7e1f3bb8d54dc9487218307fb5.tar.gz
Updadte changelog to include fix for #1593
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e377fd2..aa65c4df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
### 5.7.0 December TBD
- Fixed #1612: In rare circumstances an extra comma is added after import and before comment.
+ - Fixed #1593: isort encounters bug in Python 3.6.0.
- Implemented #1596: Provide ways for extension formatting and file paths to be specified when using streaming input from CLI.
- Implemented #1583: Ability to output and diff within a single API call to `isort.file`.
- Implemented #1562, #1592 & #1593: Better more useful fatal error messages.