X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ebd3e391dab8d97ce7dbd837473641ddd5fb51c0..b336b390d0613348e6208b392e41e5512b0a85be:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 4a8ee0e..85feb1a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,8 @@ - Fixed Python 3.10 support on platforms without ProcessPoolExecutor (#2631) - Fixed `match` statements with open sequence subjects, like `match a, b:` or `match a, *b:` (#2639) (#2659) +- Fixed `match`/`case` statements that contain `match`/`case` soft keywords multiple + times, like `match re.match()` (#2661) - Fixed assignment to environment variables in Jupyter Notebooks (#2642) - Add `flake8-simplify` and `flake8-comprehensions` plugins (#2653)