Skip to content

Commit 800ca38

Browse files
committed
Updated changelog to resolve conflict
1 parent c3cc5a9 commit 800ca38

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313

1414
<!-- Changes that affect Black's stable style -->
1515

16+
- Fix bug where comments preceding `# fmt: off`/`# fmt: on` blocks were incorrectly
17+
removed, particularly affecting Jupytext's `# %% [markdown]` comments (#4845)
18+
- Fix crash when multiple `# fmt: skip` comments are used in a multi-part if-clause, on
19+
string literals, or on dictionary entries with long lines (#4872)
20+
- Fix possible crash when `fmt: ` directives aren't on the top level (#4856)
21+
- Fix bug where `if` guards in `case` blocks were incorrectly split when the pattern had
22+
a trailing comma (#4884)
23+
1624
### Preview style
1725

1826
<!-- Changes that affect Black's preview style -->

0 commit comments

Comments
 (0)