X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/235412635e91950c8ef2d9ebe777f97fffd4f01d..1e8916f450505bfe58649c1ff8c0a3708de47daa:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 1134177..52c8016 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,19 @@ ## Change Log +### Unreleased + +#### _Black_ + +- `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_