summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-03-16 21:04:38 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2021-03-16 21:04:38 -0700
commit080501975cb6cf200d4fff6ae17e08eb82c8f65f (patch)
treec43eb4a52c86720b522db2abea83b6fd2974db24
parentd4907b936e03a313c2b0305f63fe57a6c333cb52 (diff)
downloadisort-issue/1645.tar.gz
Add to changelog Implemented #1645: Ability to reverse the import sorting order.issue/1645
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53271c10..72bebd8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Implemented #1638 / #1644: Provide a flag `--overwrite-in-place` to ensure same file handle is used after sorting.
- Implemented #1684: Added support for extending skips with `--extend-skip` and `--extend-skip-glob`.
- Implemented #1688: Auto identification and skipping of some invalid import statements.
+ - Implemented #1645: Ability to reverse the import sorting order.
- Documented #1685: Skip doesn't support plain directory names, but skip_glob does.
### 5.7.0 December 30th 2020