Skip to content

Commit

Permalink
Update changelog with fix for 941
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 25, 2020
1 parent 6483d2a commit 3972ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NOTE: isort follows the [semver](https://semver.org/) versioning standard.
- Implemented #727: Ability to only add imports if existing imports exist.
- Implemented #970: Support for custom sharable isort profiles.
- Implemented #1214: Added support for git_hook lazy option (Thanks @sztamas!)
- Implemented #941: Added an additional `multi_line_output` mode for more compact formatting (Thanks @sztamas!)
- `# isort: split` can now be used at the end of an import line.
- Fixed #1339: Extra indent is not preserved when isort:skip is used in nested imports.

Expand Down

0 comments on commit 3972ecc

Please sign in to comment.