X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1648ac51806d092c95cb9bb2e4a5bffda6095bc1..bb588073ab286a9f1f8d839ab2cebe13011dd22c:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index d1c4a07..f89b1b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,7 @@ multiple lines (#3899) - Magic trailing commas are now respected in return types. (#3916) - Require one empty line after module-level docstrings. (#3932) +- Treat raw triple-quoted strings as docstrings (#3947) ### Configuration @@ -36,6 +37,11 @@ +- Fix bug where attributes named `type` were not acccepted inside `match` statements + (#3950) +- Add support for PEP 695 type aliases containing lambdas and other unusual expressions + (#3949) + ### Performance