X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/268dcb677ce80331e0ef104d8335c2ada32872fb..53c23e62df9b182edf9e7ccf726acdcf8c25846f:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 06a0ab7..f5c039f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,8 @@ compared to their non-async version. (#3609) - `with` statements that contain two context managers will be consistently wrapped in parentheses (#3589) +- For stubs, enforce one blank line after a nested class with a body other than just + `...` (#3564) ### Configuration @@ -36,6 +38,8 @@ +- Added support for formatting files with invalid type comments (#3594) + ### Performance @@ -57,6 +61,9 @@ +- Document that only the most recent release is supported for security issues; + vulnerabilities should be reported through Tidelift (#3612) + ## 23.1.0 ### Highlights