Skip to content

Commit bf7a162

Browse files
Fixup the changelog (#3628)
1 parent 9b2b048 commit bf7a162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ expected to become part of Black's stable style in January 2024.
8181
besides before spaces (#3445)
8282
- For stubs, enforce one blank line after a nested class with a body other than just
8383
`...` (#3564)
84+
- Improve handling of multiline strings by changing line split behavior (#1879)
8485

8586
### Parser
8687

@@ -90,6 +91,7 @@ expected to become part of Black's stable style in January 2024.
9091

9192
- Update GitHub Action to use the version of Black equivalent to action's version if
9293
version input is not specified (#3543)
94+
- Fix missing Python binary path in autoload script for vim (#3508)
9395

9496
### Documentation
9597

@@ -179,7 +181,6 @@ versions separately.
179181
code. Implicitly concatenated f-strings with different quotes can now be merged or
180182
quote-normalized by changing the quotes used in expressions. (#3509)
181183
- Fix crash on `await (yield)` when Black is compiled with mypyc (#3533)
182-
- Improve handling of multiline strings by changing line split behavior (#1879)
183184

184185
### Configuration
185186

@@ -220,7 +221,6 @@ versions separately.
220221
- Move 3.11 CI to normal flow now that all dependencies support 3.11 (#3446)
221222
- Docker: Add new `latest_prerelease` tag automation to follow latest black alpha
222223
release on docker images (#3465)
223-
- Fixed missing python binary path in autoload script for vim (#3508)
224224

225225
### Documentation
226226

0 commit comments

Comments
 (0)