X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/db3668a381e82866269ff25cb4cd11d2a53d009a..01b8d3d4095ebdb91d0d39012a517931625c63cb:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index a1bc7d5..fd4d911 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,12 +10,16 @@ +- 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 @@ -31,6 +35,8 @@ +- Add support for the new PEP 695 syntax in Python 3.12 (#3703) + ### Performance @@ -39,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