Skip to content

Commit

Permalink
Updadte changelog to include fix for #1593
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Dec 30, 2020
1 parent 570b66e commit 5d0f7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down

0 comments on commit 5d0f7e1

Please sign in to comment.