summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-07 21:36:37 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-07 21:36:37 -0700
commit4691317a2b6b03e521004d8b824a7f22129dc09f (patch)
treef9280db5b45316d3a1a15f683168418467416473
parentc8d37de3d11b03652e4f096d75e6b65dfb45b663 (diff)
downloadisort-5.5.5.tar.gz
Emphasis rarity of issue5.5.5
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a46e8e92..a512acbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ NOTE: isort follows the [semver](https://semver.org/) versioning standard.
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy/).
### 5.5.5 [Hotfix] October 7, 2020
- - Fixed #1539: isort 5.5.4 introduces syntax error by removing closing paren.
+ - Fixed #1539: in extremely rare cases isort 5.5.4 introduces syntax error by removing closing paren.
### 5.5.4 [Hotfix] September 29, 2020
- Fixed #1507: in rare cases isort changes the content of multiline strings after a yield statement.