Skip to content

Commit 12ce3db

Browse files
authored
Move changelog entry to right section (psf#4326)
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 :-)
1 parent 1354be2 commit 12ce3db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGES.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

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

15+
- Fix crash involving indented dummy functions containing newlines (#4318)
16+
1517
### Preview style
1618

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

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

31-
- Add support to style function definitions containing newlines before function stubs
32-
(#4318)
33-
3433
### Performance
3534

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

0 commit comments

Comments
 (0)