Skip to content

Commit

Permalink
Closes #1767: Encoding issues surfacing when invalid characters set i…
Browse files Browse the repository at this point in the history
…n files during placement.
  • Loading branch information
timothycrosley committed Jul 8, 2021
1 parent c2ca2e2 commit 83a9f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Fixed #1769: Future imports added below assignments when no other imports present.
- Fixed #1772: skip-gitignore will check files not in the git repository.
- Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
- Fixed #1767: Encoding issues surfacing when invalid characters set in `__init__.py` files during placement.

### 5.9.1 June 21st 2021 [hotfix]
- Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.
Expand Down

0 comments on commit 83a9f68

Please sign in to comment.