|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## 21.7b0 |
4 | 4 |
|
5 | 5 | ### _Black_
|
6 | 6 |
|
|
9 | 9 | - Add primer support and test for code piped into black via STDIN (#2315)
|
10 | 10 | - Fix internal error when `FORCE_OPTIONAL_PARENTHESES` feature is enabled (#2332)
|
11 | 11 | - Accept empty stdin (#2346)
|
| 12 | +- Provide a more useful error when parsing fails during AST safety checks (#2304) |
| 13 | + |
| 14 | +### Docker |
| 15 | + |
| 16 | +- Add new `latest_release` tag automation to follow latest black release on docker |
| 17 | + images (#2374) |
| 18 | + |
| 19 | +### Integrations |
| 20 | + |
| 21 | +- The vim plugin now searches upwards from the directory containing the current buffer |
| 22 | + instead of the current working directory for pyproject.toml. (#1871) |
| 23 | +- The vim plugin now reads the correct string normalization option in pyproject.toml |
| 24 | + (#1869) |
| 25 | +- The vim plugin no longer crashes Black when there's boolean values in pyproject.toml |
| 26 | + (#1869) |
12 | 27 |
|
13 | 28 | ## 21.6b0
|
14 | 29 |
|
|
20 | 35 | - Fixed option usage when using the `--code` flag (#2259)
|
21 | 36 | - Do not call `uvloop.install()` when _Black_ is used as a library (#2303)
|
22 | 37 | - Added `--required-version` option to require a specific version to be running (#2300)
|
23 |
| -- Provide a more useful error when parsing fails during AST safety checks (#2304) |
24 | 38 | - Fix incorrect custom breakpoint indices when string group contains fake f-strings
|
25 | 39 | (#2311)
|
26 | 40 | - Fix regression where `R` prefixes would be lowercased for docstrings (#2285)
|
|
29 | 43 |
|
30 | 44 | ### Integrations
|
31 | 45 |
|
32 |
| -- The vim plugin now searches upwards from the directory containing the current buffer |
33 |
| - instead of the current working directory for pyproject.toml. (#1871) |
34 |
| - |
35 |
| -### Integrations |
36 |
| - |
37 |
| -- The vim plugin now reads the correct string normalization option in pyproject.toml |
38 |
| - (#1869) |
39 |
| -- The vim plugin no longer crashes Black when there's boolean values in pyproject.toml |
40 |
| - (#1869) |
| 46 | +- The official Black action now supports choosing what version to use, and supports the |
| 47 | + major 3 OSes. (#1940) |
41 | 48 |
|
42 | 49 | ## 21.5b2
|
43 | 50 |
|
|
58 | 65 | - Add a lower bound for the `aiohttp-cors` dependency. Only 0.4.0 or higher is
|
59 | 66 | supported. (#2231)
|
60 | 67 |
|
61 |
| -### Integrations |
62 |
| - |
63 |
| -- The official Black action now supports choosing what version to use, and supports the |
64 |
| - major 3 OSes. (#1940) |
65 |
| - |
66 | 68 | ### Packaging
|
67 | 69 |
|
68 | 70 | - Release self-contained x86_64 MacOS binaries as part of the GitHub release pipeline
|
|
0 commit comments