From: Jelle Zijlstra Date: Tue, 7 May 2019 13:52:41 +0000 (-0400) Subject: add to changelog X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4a7da71069b4e3a8f7a16ae4e22507fa9eb39f34 add to changelog --- diff --git a/README.md b/README.md index cdd8a52..add9285 100644 --- a/README.md +++ b/README.md @@ -953,6 +953,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 19.5b0 +* remove unnecessary parentheses around `yield` expressions (#834) + +* add parentheses around long tuples in unpacking assignments (#832) + * don't produce invalid code for `from` ... `import` blocks with comments (#829)