X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ecc1f17ee57fd1d6c29e47194b1025721f99455b..c0a8e4224360a6917dcb5d889b08d5fdcfaf7c2d:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 52c8016..59d9320 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,9 @@ - `Black` now respects `--skip-string-normalization` when normalizing multiline docstring quotes (#1637) +- `Black` no longer removes all empty lines between non-function code and decorators + when formatting typing stubs. Now `Black` enforces a single empty line. (#1646) + - `Black` no longer adds an incorrect space after a parenthesized assignment expression in if/while statements (#1655)