X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2593af2c5d211b58e28f7c1472f1f67e6783216a..b8e2ec728cc09d0f00829a9cffcb54da3efa5760:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 93d8ee1..c7389ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,8 +15,12 @@ - Fix a bug where an illegal trailing comma was added to return type annotations using PEP 604 unions (#3735) +- Fix several bugs and crashes where comments in stub files were removed or mishandled + under some circumstances. (#3745) - Fix a bug where multi-line open parenthesis magic comment like `type: ignore` were not correctly parsed (#3740) +- Fix error in AST validation when Black removes trailing whitespace in a type comment + (#3773) ### Preview style