From fa159bb3576b0d8a79eb4a93f13b38c29adbcfa0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 29 Mar 2018 21:20:50 -0700 Subject: [PATCH] Mention fix for #22 in changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5