Skip to content

Commit e3000ac

Browse files
Update CHANGES.md for 21.7b0 release (#2376)
* Update CHANGES.md for 21.7b0 release * move some changes to the right section * another one Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 4622e4c commit e3000ac

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

CHANGES.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 21.7b0
44

55
### _Black_
66

@@ -9,6 +9,21 @@
99
- Add primer support and test for code piped into black via STDIN (#2315)
1010
- Fix internal error when `FORCE_OPTIONAL_PARENTHESES` feature is enabled (#2332)
1111
- 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)
1227

1328
## 21.6b0
1429

@@ -20,7 +35,6 @@
2035
- Fixed option usage when using the `--code` flag (#2259)
2136
- Do not call `uvloop.install()` when _Black_ is used as a library (#2303)
2237
- 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)
2438
- Fix incorrect custom breakpoint indices when string group contains fake f-strings
2539
(#2311)
2640
- Fix regression where `R` prefixes would be lowercased for docstrings (#2285)
@@ -29,15 +43,8 @@
2943

3044
### Integrations
3145

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)
4148

4249
## 21.5b2
4350

@@ -58,11 +65,6 @@
5865
- Add a lower bound for the `aiohttp-cors` dependency. Only 0.4.0 or higher is
5966
supported. (#2231)
6067

61-
### Integrations
62-
63-
- The official Black action now supports choosing what version to use, and supports the
64-
major 3 OSes. (#1940)
65-
6668
### Packaging
6769

6870
- Release self-contained x86_64 MacOS binaries as part of the GitHub release pipeline

0 commit comments

Comments
 (0)