X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/bf7a16254ec96b084a6caf3d435ec18f0f245cc7..eedfc3832290b3a32825b3c0f2dfa3f3d7ee9d1c:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 7c76bca..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