X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9b2b048692f0bd642f38230b4e61c778a4653f91..f95b43d6fa9883a87574f1d69d0a433422c19377:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 866d548..6a9923f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,10 +14,16 @@ +- Implicitly concatenated strings used as function args are no longer wrapped inside + parentheses (#3640) +- Remove blank lines between a class definition and its docstring (#3692) + ### Configuration +- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by default (#3691) + ### Packaging @@ -42,6 +48,8 @@ +- Update GitHub Action to display black output in the job summary (#3688) + ### Documentation