X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e712e48e06420d9240ce95c81acfcf6f11d14c83..e7783e9ab27e95cd9b50c2ef84174f4e1c9d60cd:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index c7ecc39..fd4d911 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,17 +10,23 @@ +- Fix a bug where an illegal trailing comma was added to return type annotations using + PEP 604 unions (#3735) + ### Preview style - 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 @@ -29,6 +35,8 @@ +- Add support for the new PEP 695 syntax in Python 3.12 (#3703) + ### Performance @@ -37,14 +45,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