X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/20d7ae0676be4931d0b2e6d4a6a0877070264d13..bd9d52b52d58df60bffe164309a48cb61ac8d3b7:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index c9a4f09..fc198a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ cell magics were tokenized, leading to possible indentation errors e.g. with `%%writefile`. (#2630) - Fix Python 3.10 support on platforms without ProcessPoolExecutor (#2631) -- Reduce usage of the `regex` dependency (#2644) +- Remove dependency on `regex` (#2644) (#2663) - Fix `match` statements with open sequence subjects, like `match a, b:` or `match a, *b:` (#2639) (#2659) - Fix `match`/`case` statements that contain `match`/`case` soft keywords multiple