From 83a9f687f8f7e229845ab0312458eaa56dc40159 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 8 Jul 2021 01:06:13 -0700 Subject: [PATCH] Closes #1767: Encoding issues surfacing when invalid characters set in files during placement. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc51d2278..a22e15b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.