From: Jelle Zijlstra Date: Mon, 6 May 2019 15:09:04 +0000 (-0400) Subject: add to CHANGELOG X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/dd5777af0671e0657531236cbad3bb423fbd2b2d add to CHANGELOG --- 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)