X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ff53fc1b97b98075f92fcc954ed81b9252e7c9c1..fc6cea0f0e0f6da99fffbedbfcf3d50cc0e641a4:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index a8b556c..eff2640 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,10 @@ - Add trailing commas to collection literals even if there's a comment after the last entry (#3393) +- `async def`, `async for`, and `async with` statements are now formatted consistently + compared to their non-async version. (#3609) +- `with` statements that contain two context managers will be consistently wrapped in + parentheses (#3589) ### Configuration @@ -133,6 +137,7 @@ versions separately. code. Implicitly concatenated f-strings with different quotes can now be merged or quote-normalized by changing the quotes used in expressions. (#3509) - Fix crash on `await (yield)` when Black is compiled with mypyc (#3533) +- Improve handling of multiline strings by changing line split behavior (#1879) ### Configuration