X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2018e667a6a36ee3fbfa8041cd36512f92f60d49..75d5c0e3fbf5de67b995c80e12229b7525ff6bb9:/CHANGES.md?ds=inline diff --git a/CHANGES.md b/CHANGES.md index 7c7be98..0fa80ad 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 @@ -22,6 +25,8 @@ +- Faster compiled wheels are now available for CPython 3.11 (#3276) + ### Parser @@ -101,6 +106,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