Skip to content

Commit

Permalink
Fixed #1668
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Mar 1, 2021
1 parent f6b3fef commit 8fb0fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,8 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Implemented #1648: Export MyPY type hints.
- Implemented #1641: Identified import statements now return runnable code.
- Implemented #1661: Added "wemake" profile.
- implemented #1669: Parallel (`-j`) now defaults to number of CPU cores if no value is provided.
- 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 /.

### 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 8fb0fca

Please sign in to comment.