summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-03-12 23:50:07 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2021-03-12 23:50:07 -0800
commit31e4fde04d00627977a27b8e083d562b61e2e608 (patch)
tree960f551ac9a53a15f25c509bf6dec06b0efc0719
parent7d0e94caf4250b12148b28bf5a09540bf00798f1 (diff)
downloadisort-31e4fde04d00627977a27b8e083d562b61e2e608.tar.gz
Added changelog entry for #1685
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03d415f5..4ce9f022 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Implemented #1669: Parallel (`-j`) now defaults to number of CPU cores if no value is provided.
- Implemented #1668: Added a safeguard against accidental usage against /.
- Implemented #1638 / #1644: Provide a flag `--overwrite-in-place` to ensure same file handle is used after sorting.
+ - Documented #1685: Skip doesn't support plain directory names, but skip_glob does.
### 5.7.0 December 30th 2020
- Fixed #1612: In rare circumstances an extra comma is added after import and before comment.