Skip to content

Commit 71b23fa

Browse files
committed
Add changelog
1 parent 1f76a21 commit 71b23fa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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+
### 6.0.0 December 12 2022
8+
9+
- Added official support for Python 3.11 (#1996, #2008, #2011) @staticdev
10+
- Dropped support for Python 3.6 (#2019) @barrelful
11+
- Fixed problematic tests (#2021, #2022) @staticdev
12+
- Fixed #1960: Rich compatibility (#1961) @ofek
13+
- Fixed #1945, #1986: Python 4.0 upper bound dependency resolving issues @staticdev
14+
- Fixed Pyodide CDN URL (#1991) @andersk
15+
- Docs: clarify description of use_parentheses (#1941) @mgedmin
16+
- Fixed #1976: `black` compatibility for `.pyi` files @XuehaiPan
17+
- Implemented #1683: magic trailing comma option (#1876) @legau
18+
- Add missing space in unrecoverable exception message (#1933) @andersk
19+
- Fixed #1895: skip-gitignore: use allow list, not deny list @bmalehorn
20+
- Fixed #1917: infinite loop for unmatched parenthesis (#1919) @anirudnits
21+
- Docs: shared profiles (#1896) @matthewhughes934
22+
- Fixed build-backend values in the example plugins (#1892) @mgorny
23+
- Remove reference to jamescurtin/isort-action (#1885) @AndrewLane
24+
- Split long cython import lines (#1931) @davidcollins001
25+
- Update plone profile: copy of `black`, plus three settings. (#1926) @mauritsvanrees
26+
- Fixed #1815, #1862: Add a command-line flag to sort all re-exports (#1863) @parafoxia
27+
- Fixed #1854: `lines_before_imports` appending lines after comments (#1861) @legau
28+
- Remove redundant `multi_line_output = 3` from "Compatibility with black" (#1858) @jdufresne
29+
- Add tox config example (#1856) @umonaca
30+
- Docs: add examples for frozenset and tuple settings (#1822) @sgaist
31+
- Docs: add multiple config documentation (#1850) @anirudnits
32+
733
### 5.10.1 November 8 2021
834
- Fixed #1819: Occasional inconsistency with multiple src paths.
935
- Fixed #1840: skip_file ignored when on the first docstring line

0 commit comments

Comments
 (0)