summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-12-25 00:02:18 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-12-25 00:02:18 -0800
commit18ec2a06146b97022deccd8c90ea8725c7a91f28 (patch)
treee601a8ebf7b7d73f2b8ccaf839959879270b3f1b
parentddf0d394653db7c19a7f9a78357caf080c36f11b (diff)
downloadisort-issue/1612.tar.gz
Fixed #1612: In rare circumstances an extra comma is added after import and before comment. marked in changelogissue/1612
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac6d209c..7e377fd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ NOTE: isort follows the [semver](https://semver.org/) versioning standard.
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy/).
### 5.7.0 December TBD
+ - Fixed #1612: In rare circumstances an extra comma is added after import and before comment.
- 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.