X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/93989e995da7fa22c26abf8cc805273940265f5b..839ef35dc1d72bb6eceac9fa809f095e2edcd12b:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index a9d4d9d..d7928a3 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 @@ -66,12 +70,17 @@ - Update GitHub Action to display black output in the job summary (#3688) +- Deprecated `set-output` command in CI test to keep up to date with GitHub's + deprecation announcement (#3757) ### Documentation +- Updated the _classes_ and _exceptions_ documentation in Developer reference to match + the latest ccode base. (#3755) + ## 23.3.0 ### Highlights