X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2018e667a6a36ee3fbfa8041cd36512f92f60d49..e2adcd7de10eb570987bb894d95f2ff8c8693b9f:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 7c7be98..147100c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,9 @@ +- Fix a crash when formatting some dicts with parenthesis-wrapped long string keys + (#3262) + ### Configuration @@ -101,6 +104,7 @@ - Vim plugin: prefix messages with `Black: ` so it's clear they come from Black (#3194) - Docker: changed to a /opt/venv installation + added to PATH to be available to non-root users (#3202) +- Vim plugin: add flag (`g:black_preview`) to enable/disable the preview style (#3246) ### Output