X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c6800e0c659eba5b22190bf6ae0ba563a4170661..fdb01f8622de9394fe9d8ee149985d365ca1419f:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 4cea7fc..8f43431 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)