Skip to content

Commit

Permalink
Move changelog entry to right section (#4326)
Browse files Browse the repository at this point in the history
Crashes are usually documented in the stable style portion of the
changelog. This patch doesn't affect the parser (e.g. blib2to3).
Noticed the second after I merged :-)
  • Loading branch information
hauntsaninja authored Apr 24, 2024
1 parent 1354be2 commit 12ce3db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

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

- Fix crash involving indented dummy functions containing newlines (#4318)

### Preview style

<!-- Changes that affect Black's preview style -->
Expand All @@ -28,9 +30,6 @@

<!-- Changes to the parser or to version autodetection -->

- Add support to style function definitions containing newlines before function stubs
(#4318)

### Performance

<!-- Changes that improve Black's performance. -->
Expand Down

0 comments on commit 12ce3db

Please sign in to comment.