X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c97b9c55b488a478afe171537c0e4c0f10631ca1..d1248ca9beaf0ba526d265f4108836d89cf551b7:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index f9bec18..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,10 +45,15 @@ +- 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