Skip to content

Commit 7a13f31

Browse files
committedNov 3, 2021
Add changelog for 5.10
1 parent 73245e9 commit 7a13f31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Changelog
44
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
55
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
66

7-
### 5.10.0 TBD
7+
### 5.10.0 November 3 2021
88
- Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader.
99
- Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).
1010
- Fixed #1802: respect PATH customization in nested calls to git.
11-
- Added support for Python 3.10
11+
- Fixed #1838: Append only with certain code snippets incorrectly adds imports.
12+
- Added official support for Python 3.10
1213

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

0 commit comments

Comments
 (0)
Please sign in to comment.