Skip to content

Commit

Permalink
Mark Fixed #1505: Support case where known_SECTION points to a sectio…
Browse files Browse the repository at this point in the history
…n not listed in sections.
  • Loading branch information
timothycrosley committed Sep 29, 2020
1 parent 012b080 commit 1466a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Fixed #1482: pylama integration is not working correctly out-of-the-box.
- Fixed #1492: --check does not work with stdin source.
- Fixed #1499: isort gets confused by single line, multi-line style comments when using float-to-top.
- Fixed #1505: Support case where known_SECTION points to a section not listed in sections.

### 5.5.3 [Hotfix] September 20, 2020
- Fixed #1488: in rare cases isort can mangle `yield from` or `raise from` statements.
Expand Down

0 comments on commit 1466a4b

Please sign in to comment.