Skip to content

Commit

Permalink
Add changelog for 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Nov 3, 2021
1 parent 73245e9 commit 7a13f31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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.10.0 TBD
### 5.10.0 November 3 2021
- Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader.
- Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).
- Fixed #1802: respect PATH customization in nested calls to git.
- Added support for Python 3.10
- Fixed #1838: Append only with certain code snippets incorrectly adds imports.
- Added official support for Python 3.10

#### Potentially breaking changes:
- Fixed #1785: `_ast` module incorrectly excluded from stdlib definition.
Expand Down

0 comments on commit 7a13f31

Please sign in to comment.