X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a538ab76636bbe71b7fbfeaf56fd8e61805df38f..d1248ca9beaf0ba526d265f4108836d89cf551b7:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 762a799..fd4d911 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,9 @@ +- Fix a bug where an illegal trailing comma was added to return type annotations using + PEP 604 unions (#3735) + ### Preview style @@ -32,6 +35,8 @@ +- Add support for the new PEP 695 syntax in Python 3.12 (#3703) + ### Performance @@ -40,6 +45,8 @@ +- Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 (#3728) + ### _Blackd_