X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fcaaf955bed7bb54a50fc22b0e216ed51a587a6b..65c52a655fd67480a2017a79c99094039dcaffa3:/README.md?ds=inline diff --git a/README.md b/README.md index ff2c917..0a388b0 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log -### 18.3a5 (unreleased) +### 18.4a0 * added `--diff` (#87) @@ -426,6 +426,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) +* fixed 18.3a4 regression: `# yapf: disable` usage as trailing comment + would cause Black to not emit the rest of the file (#95) + * when CTRL+C is pressed while formatting many files, Black no longer freaks out with a flurry of asyncio-related exceptions @@ -540,3 +543,4 @@ Multiple contributions by: * Hugo van Kemenade * [Mika Naylor](mailto:mail@autophagy.io) * [Osaetin Daniel](mailto:osaetindaniel@gmail.com) +* [Zsolt Dollenstein](mailto:zsol.zsol@gmail.com)