X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4a953b7241ce5f8bcac985fa33fdf3af4f42c0de..18119d38466652ae818436cb497f601294ed4558:/README.md diff --git a/README.md b/README.md index 7e3c01d..cdd8a52 100644 --- a/README.md +++ b/README.md @@ -951,7 +951,15 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log -### 19.3b1 +### 19.5b0 + +* 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)