X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c2c2f7203869443965f722dae3007e0e2578e575..e7a44296c3288fc4b223e61fe4f38af871dc947e:/README.md?ds=sidebyside 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)