X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d249f2d8380893f051b63140e3768cef599f49f3..8a59528c2d8ae1ef5f366039c728614aaf1a470b:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index ed08ab3..47e64cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,8 @@ - Present a more user-friendly error if .gitignore is invalid (#2414) - The failsafe for accidentally added backslashes in f-string expressions has been hardened to handle more edge cases during quote normalization (#2437) +- Avoid changing a function return type annotation's type to a tuple by adding a + trailing comma (#2384) ### _Blackd_