X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e712e48e06420d9240ce95c81acfcf6f11d14c83..c42178690e96f3bf061ad44f70dec52b1d8a299a:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index c7ecc39..6a9923f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,11 +16,14 @@ - 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 @@ -45,6 +48,8 @@ +- Update GitHub Action to display black output in the job summary (#3688) + ### Documentation