X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c6800e0c659eba5b22190bf6ae0ba563a4170661..1e557184b0a9f43bfbff862669966bc5328517e9:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 4cea7fc..6bc67f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ +- Fixed bug where docstrings with triple quotes could exceed max line length (#3044) - Remove redundant parentheses around awaited objects (#2991) - Parentheses around return annotations are now managed (#2990) - Remove unnecessary parentheses from `with` statements (#2926) @@ -55,6 +56,8 @@ - [PEP 654](https://peps.python.org/pep-0654/#except) syntax (for example, `except *ExceptionGroup:`) is now supported (#3016) +- [PEP 646](https://peps.python.org/pep-0646) syntax (for example, + `Array[Batch, *Shape]` or `def fn(*args: *T) -> None`) is now supported (#3071)