X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/bf7a16254ec96b084a6caf3d435ec18f0f245cc7..c76e0b03ec706619cc76bbd45e9c355c18462e2e:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 7c76bca..658faad 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 @@ -26,6 +32,8 @@ +- Add support for the new PEP 695 syntax in Python 3.12 (#3703) + ### Performance @@ -34,14 +42,21 @@ +- Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 (#3728) + ### _Blackd_ +- The `blackd` argument parser now shows the default values for options in their help + text (#3712) + ### Integrations +- Update GitHub Action to display black output in the job summary (#3688) + ### Documentation