X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/93989e995da7fa22c26abf8cc805273940265f5b..63481bb9264a8c3756577089414d222da9c7fab0:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index a9d4d9d..2dfed8a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ - Fix a bug where an illegal trailing comma was added to return type annotations using PEP 604 unions (#3735) +- Fix a bug where multi-line open parenthesis magic comment like `type: ignore` were not + correctly parsed (#3740) ### Preview style @@ -47,6 +49,8 @@ +- Avoid importing `IPython` in a case where we wouldn't need it (#3748) + ### Output