X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e2adcd7de10eb570987bb894d95f2ff8c8693b9f..4b4680a0a9e06ae926abfbf0d209725de44860a8:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 147100c..48f5035 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,9 @@ +- Fix a crash when `# fmt: on` is used on a different block level than `# fmt: off` + (#3281) + ### Preview style @@ -25,6 +28,8 @@ +- Faster compiled wheels are now available for CPython 3.11 (#3276) + ### Parser @@ -45,6 +50,9 @@ +- Update GitHub Action to support use of version specifiers (e.g. `<23`) for Black + version (#3265) + ### Documentation