|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## 24.10.0 |
4 | 4 |
|
5 | 5 | ### Highlights
|
6 | 6 |
|
7 |
| -<!-- Include any especially major or disruptive changes here --> |
8 |
| - |
9 | 7 | - Black is now officially tested with Python 3.13 and provides Python 3.13
|
10 | 8 | mypyc-compiled wheels. (#4436) (#4449)
|
11 | 9 | - Black will issue an error when used with Python 3.12.5, due to an upstream memory
|
|
15 | 13 |
|
16 | 14 | ### Stable style
|
17 | 15 |
|
18 |
| -<!-- Changes that affect Black's stable style --> |
19 |
| - |
20 | 16 | - Fix crashes involving comments in parenthesised return types or `X | Y` style unions.
|
21 | 17 | (#4453)
|
22 | 18 | - Fix skipping Jupyter cells with unknown `%%` magic (#4462)
|
23 | 19 |
|
24 | 20 | ### Preview style
|
25 | 21 |
|
26 |
| -<!-- Changes that affect Black's preview style --> |
27 |
| - |
28 | 22 | - Fix type annotation spacing between * and more complex type variable tuple (i.e. `def
|
29 | 23 | fn(*args: *tuple[*Ts, T]) -> None: pass`) (#4440)
|
30 | 24 |
|
31 | 25 | ### Caching
|
32 | 26 |
|
33 | 27 | - Fix bug where the cache was shared between runs with and without `--unstable` (#4466)
|
34 | 28 |
|
35 |
| -### Configuration |
36 |
| - |
37 |
| -<!-- Changes to how Black can be configured --> |
38 |
| - |
39 | 29 | ### Packaging
|
40 | 30 |
|
41 |
| -<!-- Changes to how Black is packaged, such as dependency requirements --> |
42 |
| - |
43 |
| -- Upgrade version of mypyc used to 1.11.2 (#4450) |
| 31 | +- Upgrade version of mypyc used to 1.12 beta (#4450) (#4449) |
44 | 32 | - `blackd` now requires a newer version of aiohttp. (#4451)
|
45 | 33 |
|
46 |
| -### Parser |
47 |
| - |
48 |
| -<!-- Changes to the parser or to version autodetection --> |
49 |
| - |
50 |
| -### Performance |
51 |
| - |
52 |
| -<!-- Changes that improve Black's performance. --> |
53 |
| - |
54 | 34 | ### Output
|
55 | 35 |
|
56 |
| -<!-- Changes to Black's terminal output and error messages --> |
57 |
| - |
58 | 36 | - Added Python target version information on parse error (#4378)
|
59 | 37 | - Add information about Black version to internal error messages (#4457)
|
60 | 38 |
|
61 |
| -### _Blackd_ |
62 |
| - |
63 |
| -<!-- Changes to blackd --> |
64 |
| - |
65 |
| -### Integrations |
66 |
| - |
67 |
| -<!-- For example, Docker, GitHub Actions, pre-commit, editors --> |
68 |
| - |
69 |
| -### Documentation |
70 |
| - |
71 |
| -<!-- Major changes to documentation and policies. Small docs changes |
72 |
| - don't need a changelog entry. --> |
73 |
| - |
74 | 39 | ## 24.8.0
|
75 | 40 |
|
76 | 41 | ### Stable style
|
|
0 commit comments