X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f3b50e466969f9142393ec32a4b2a383ffbe5f23..257d392217974a76231e306133288748c7b70786:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 15027af..bb30429 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,8 @@ - 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) @@ -55,6 +57,7 @@ +- Speed up _Black_ significantly when the cache is full (#3751) - Avoid importing `IPython` in a case where we wouldn't need it (#3748) ### Output