Skip to content

Commit

Permalink
Update changelog with fix for #1214
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 25, 2020
1 parent 2d76984 commit 0fa0364
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 @@ -10,6 +10,7 @@ NOTE: isort follows the [semver](https://semver.org/) versioning standard.
- Implemented #960: Support for respecting git ignore via "--gitignore" or "skip_gitignore=True".
- 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!)
- `# 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 0fa0364

Please sign in to comment.