summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-09-20 15:21:00 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-09-20 15:21:00 -0700
commitd2f858ff70d70d095e83ca55c4b8cba2d592127b (patch)
treee90a1849b33104463a8a824493d95bd65f7580cc
parentc7afdcd1353e33c7a1fe67e507bb6b5150e8ddfa (diff)
downloadisort-d2f858ff70d70d095e83ca55c4b8cba2d592127b.tar.gz
Add note to changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6a0ce5a..1d8a50bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ Changelog
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.3 [Hotfix] September 20, 2020
+ - Fixed #1488: in rare cases isort can mangle `yield from` or `raise from` statements.
+
### 5.5.2 [Hotfix] September 9, 2020
- Fixed #1469: --diff option is ignored when input is from stdin.