X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7be273531852a16a407fcb66d5efeede0f7ca474..f01aaa63a0ff792b932205cbb539f70aca769d7d:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 9717867..ba7947a 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,11 +49,14 @@ +- Avoid importing `IPython` in a case where we wouldn't need it (#3748) + ### Output - Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 (#3728) +- Change verbose logging to exactly mirror _Black_'s logic for source discovery (#3749) ### _Blackd_ @@ -71,6 +76,9 @@ +- Updated the _classes_ and _exceptions_ documentation in Developer reference to match + the latest ccode base. (#3755) + ## 23.3.0 ### Highlights