File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ expected to become part of Black's stable style in January 2024.
81
81
besides before spaces (#3445 )
82
82
- For stubs, enforce one blank line after a nested class with a body other than just
83
83
` ... ` (#3564 )
84
+ - Improve handling of multiline strings by changing line split behavior (#1879 )
84
85
85
86
### Parser
86
87
@@ -90,6 +91,7 @@ expected to become part of Black's stable style in January 2024.
90
91
91
92
- Update GitHub Action to use the version of Black equivalent to action's version if
92
93
version input is not specified (#3543 )
94
+ - Fix missing Python binary path in autoload script for vim (#3508 )
93
95
94
96
### Documentation
95
97
@@ -179,7 +181,6 @@ versions separately.
179
181
code. Implicitly concatenated f-strings with different quotes can now be merged or
180
182
quote-normalized by changing the quotes used in expressions. (#3509 )
181
183
- Fix crash on ` await (yield) ` when Black is compiled with mypyc (#3533 )
182
- - Improve handling of multiline strings by changing line split behavior (#1879 )
183
184
184
185
### Configuration
185
186
@@ -220,7 +221,6 @@ versions separately.
220
221
- Move 3.11 CI to normal flow now that all dependencies support 3.11 (#3446 )
221
222
- Docker: Add new ` latest_prerelease ` tag automation to follow latest black alpha
222
223
release on docker images (#3465 )
223
- - Fixed missing python binary path in autoload script for vim (#3508 )
224
224
225
225
### Documentation
226
226
You can’t perform that action at this time.
0 commit comments