Skip to content

Commit

Permalink
Added changelog entry for #1685
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Mar 13, 2021
1 parent 7d0e94c commit 31e4fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down

0 comments on commit 31e4fde

Please sign in to comment.