|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## Unreleased |
4 | | - |
5 | | -### Highlights |
6 | | - |
7 | | -<!-- Include any especially major or disruptive changes here --> |
| 3 | +## 24.8.0 |
8 | 4 |
|
9 | 5 | ### Stable style |
10 | 6 |
|
11 | | -<!-- Changes that affect Black's stable style --> |
12 | | - |
13 | 7 | - Fix crash when `# fmt: off` is used before a closing parenthesis or bracket. (#4363) |
14 | 8 |
|
15 | | -### Preview style |
16 | | - |
17 | | -<!-- Changes that affect Black's preview style --> |
18 | | - |
19 | | -### Configuration |
20 | | - |
21 | | -<!-- Changes to how Black can be configured --> |
22 | | - |
23 | 9 | ### Packaging |
24 | 10 |
|
25 | | -<!-- Changes to how Black is packaged, such as dependency requirements --> |
26 | | - |
27 | 11 | - Packaging metadata updated: docs are explictly linked, the issue tracker is now also |
28 | 12 | linked. This improves the PyPI listing for Black. (#4345) |
29 | 13 |
|
30 | 14 | ### Parser |
31 | 15 |
|
32 | | -<!-- Changes to the parser or to version autodetection --> |
33 | | - |
34 | 16 | - Fix regression where Black failed to parse a multiline f-string containing another |
35 | 17 | multiline string (#4339) |
36 | | - |
37 | 18 | - Fix regression where Black failed to parse an escaped single quote inside an f-string |
38 | 19 | (#4401) |
39 | | - |
40 | 20 | - Fix bug with Black incorrectly parsing empty lines with a backslash (#4343) |
41 | | - |
42 | 21 | - Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well (#4422) |
43 | | - |
44 | 22 | - Fix incorrect line numbers in the tokenizer for certain tokens within f-strings |
45 | 23 | (#4423) |
46 | 24 |
|
47 | 25 | ### Performance |
48 | 26 |
|
49 | | -<!-- Changes that improve Black's performance. --> |
50 | | - |
51 | 27 | - Improve performance when a large directory is listed in `.gitignore` (#4415) |
52 | 28 |
|
53 | | -### Output |
54 | | - |
55 | | -<!-- Changes to Black's terminal output and error messages --> |
56 | | - |
57 | 29 | ### _Blackd_ |
58 | 30 |
|
59 | 31 | - Fix blackd (and all extras installs) for docker container (#4357) |
60 | 32 |
|
61 | | -### Integrations |
62 | | - |
63 | | -<!-- For example, Docker, GitHub Actions, pre-commit, editors --> |
64 | | - |
65 | | -### Documentation |
66 | | - |
67 | | -<!-- Major changes to documentation and policies. Small docs changes |
68 | | - don't need a changelog entry. --> |
69 | | - |
70 | 33 | ## 24.4.2 |
71 | 34 |
|
72 | 35 | This is a bugfix release to fix two regressions in the new f-string parser introduced in |
|
0 commit comments