X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2b75f8870eac943c93e93c740c9d2ef74efeeb41..cd055efd7d999421984e8b63afe53b5f9854deb9:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 1c53604..52c8016 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,8 +7,13 @@ - `Black` now respects `--skip-string-normalization` when normalizing multiline docstring quotes (#1637) +- `Black` no longer adds an incorrect space after a parenthesized assignment expression + in if/while statements (#1655) + - fixed a crash when PWD=/ on POSIX (#1631) +- Prevent coloured diff output being interleaved with multiple files (#1673) + ### 20.8b1 #### _Packaging_