X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6b994fdb8ab70ce4c2eafb8f2f0ff2648f3ff1ef..dd5777af0671e0657531236cbad3bb423fbd2b2d:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 7e3c01d..edf187f 100644 --- a/README.md +++ b/README.md @@ -953,6 +953,14 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 19.3b1 +* don't produce invalid code for `from` ... `import` blocks with comments + (#829) + +* fix grammar selection (#765) + +* fix feature detection for trailing commas in function definitions and + call sites (#763) + * fix bug that led *Black* format some code with a line length target of 1 (#762)