Skip to content

Commit

Permalink
Add initial changelog entry for 5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Feb 4, 2023
1 parent 43b19ca commit 4e3ccb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1 [in progress]
- Fixed #1989: settings lookup when working in stream based mode

### 5.12.0 January 28 2023

- Removed support for Python 3.7
Expand Down

1 comment on commit 4e3ccb1

@karthiknadig
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timothycrosley Would it be possible to get a release of isort with this fix. This is significantly impacting the experience of isort with VS Code.

Please sign in to comment.