Skip to content

Commit c5f8e8b

Browse files
Fix changelog entries in the wrong release (#2825)
1 parent 0d768e5 commit c5f8e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and the first release covered by our new stability policy.
2525
literals (#2799)
2626
- Treat blank lines in stubs the same inside top-level `if` statements (#2820)
2727
- Fix unstable formatting with semicolons and arithmetic expressions (#2817)
28+
- Fix unstable formatting around magic trailing comma (#2572)
2829

2930
### Parser
3031

@@ -39,6 +40,7 @@ and the first release covered by our new stability policy.
3940
`values: Tuple[int, ...] = 1, 2, 3`) now implies 3.8+ (#2708)
4041
- Fix handling of standalone `match()` or `case()` when there is a trailing newline or a
4142
comment inside of the parentheses. (#2760)
43+
- `from __future__ import annotations` statement now implies Python 3.7+ (#2690)
4244

4345
### Performance
4446

@@ -95,7 +97,6 @@ and the first release covered by our new stability policy.
9597
- Fix determination of f-string expression spans (#2654)
9698
- Fix bad formatting of error messages about EOF in multi-line statements (#2343)
9799
- Functions and classes in blocks now have more consistent surrounding spacing (#2472)
98-
- `from __future__ import annotations` statement now implies Python 3.7+ (#2690)
99100

100101
#### Jupyter Notebook support
101102

@@ -139,7 +140,6 @@ and the first release covered by our new stability policy.
139140
when `--target-version py310` is explicitly specified (#2586)
140141
- Add support for parenthesized with (#2586)
141142
- Declare support for Python 3.10 for running Black (#2562)
142-
- Fix unstable black runs around magic trailing comma (#2572)
143143

144144
### Integrations
145145

0 commit comments

Comments
 (0)