X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2018e667a6a36ee3fbfa8041cd36512f92f60d49..bfc013ab93d0993a6e24235291dddd4c4ecd64ee:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 7c7be98..67d007c 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 @@ -42,6 +47,9 @@ +- Update GitHub Action to support use of version specifiers (e.g. `<23`) for Black + version (#3265) + ### Documentation