X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/431bd09e15247431056894bd6444dee7c22893f0..c6800e0c659eba5b22190bf6ae0ba563a4170661:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index b21c319..4cea7fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -53,12 +53,19 @@ ### Parser +- [PEP 654](https://peps.python.org/pep-0654/#except) syntax (for example, + `except *ExceptionGroup:`) is now supported (#3016) + ### Performance +### Vim Plugin + +- Fixed strtobool function. It didn't parse true/on/false/off. (#3025) + ## 22.3.0 ### Preview style