File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ Changelog
4
4
NOTE: isort follows the [ semver] ( https://semver.org/ ) versioning standard.
5
5
Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy ) .
6
6
7
- ### 5.10.0 TBD
7
+ ### 5.10.0 November 3 2021
8
8
- Implemented #1796 : Switch to ` tomli ` for pyproject.toml configuration loader.
9
9
- Fixed #1801 : CLI bug (--exend-skip-glob, overrides instead of extending).
10
10
- 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
12
13
13
14
#### Potentially breaking changes:
14
15
- Fixed #1785 : ` _ast ` module incorrectly excluded from stdlib definition.
You can’t perform that action at this time.
0 commit comments