Skip to content

Commit

Permalink
Add #1523 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Oct 5, 2020
1 parent bacf2fd commit 8bad5b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -17,7 +17,9 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- 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 #1525: Some warnings can't be disabled with --quiet.
Potentially breaking changes:
- Fixed #1523: in rare cases isort can ignore direct from import if as import is also on same line.

Potentially breaking changes:
- Fixed #1486: "Google" profile is not quite Google style.
- Fixed "PyCharm" profile to always add 2 lines to be consistent with what PyCharm "Optimize Imports" does.

Expand Down

0 comments on commit 8bad5b0

Please sign in to comment.