X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b0d1fba7ac3be53c71fb0d3211d911e629f8aecb..268dcb677ce80331e0ef104d8335c2ada32872fb:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 2071eb3..06a0ab7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,10 +10,20 @@ +- Import lines with `# fmt: skip` and `# fmt: off` no longer have an extra blank line + added when they are right after another import line (#3610) + ### Preview style +- 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 @@ -130,6 +140,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