X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ba61bfe3865d8a8fc29abe7f8a94740b618e80ba..4dfec562ed3332212cb938d6d4da9671b503ac93:/README.md 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)