From: Ɓukasz Langa Date: Sat, 31 Mar 2018 08:02:05 +0000 (-0700) Subject: Document asyncio fixes X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4dfec562ed3332212cb938d6d4da9671b503ac93?ds=inline;pf=etc Document asyncio fixes --- diff --git a/README.md b/README.md index 76db119..4e3ad33 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed 18.3a4 regression: don't crash and burn on empty lines with trailing whitespace (#80) +* when CTRL+C is pressed while formatting many files, Black no longer + freaks out with a flurry of asyncio-related exceptions + * only allow up to two empty lines on module level and only single empty lines within functions (#74)