Skip to content

Commit 94cfff8

Browse files
Add changelog entry for #5244
1 parent d8f44e6 commit 94cfff8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
- Fix crash when a standalone comment sits between tokens of a comprehension or lambda
2121
(#5144)
22+
- Respect the magic trailing comma in a PEP 695 type parameter list containing a
23+
`*TypeVarTuple` or `**ParamSpec`, which previously collapsed back onto one line
24+
(#5244)
2225
- Fix crash when a comment-only `# fmt: off`/`# fmt: on` block is followed by a `with`
2326
statement after another standalone comment (#5189)
2427
- Fix a crash when splitting `case case if ...` match patterns at very small line

0 commit comments

Comments
 (0)