From: Ɓukasz Langa Date: Fri, 30 Mar 2018 04:20:50 +0000 (-0700) Subject: Mention fix for #22 in changelog X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/fa159bb3576b0d8a79eb4a93f13b38c29adbcfa0?ds=inline;hp=-c;pf=etc Mention fix for #22 in changelog --- fa159bb3576b0d8a79eb4a93f13b38c29adbcfa0 diff --git a/README.md b/README.md index ac4caa1..76db119 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 18.3a5 (unreleased) +* fixed handling of standalone comments within nested bracketed + expressions; Black will no longer produce super long lines or put all + standalone comments at the end of the expression (#22) + * fixed 18.3a4 regression: don't crash and burn on empty lines with trailing whitespace (#80)