X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/268dcb677ce80331e0ef104d8335c2ada32872fb..ef6e079901d53a42dfae4ab10b081ce7a73a47b5:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 06a0ab7..a429e32 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,13 @@ compared to their non-async version. (#3609) - `with` statements that contain two context managers will be consistently wrapped in parentheses (#3589) +- Let string splitters respect [East Asian Width](https://www.unicode.org/reports/tr11/) + (#3445) +- Now long string literals can be split after East Asian commas and periods (`、` U+3001 + IDEOGRAPHIC COMMA, `。` U+3002 IDEOGRAPHIC FULL STOP, & `,` U+FF0C FULLWIDTH COMMA) + besides before spaces (#3445) +- For stubs, enforce one blank line after a nested class with a body other than just + `...` (#3564) ### Configuration @@ -36,6 +43,8 @@ +- Added support for formatting files with invalid type comments (#3594) + ### Performance @@ -57,6 +66,9 @@ +- Document that only the most recent release is supported for security issues; + vulnerabilities should be reported through Tidelift (#3612) + ## 23.1.0 ### Highlights