X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ae2c0758c9e61a385df9700dc9c231bf54887041..f6188ce6dcde3fcad381c52ecc74374e7d0579c9:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index f68bc8f..3bf481f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,8 @@ +- Remove unnecessary parentheses from `with` statements (#2926) + ### _Blackd_ @@ -35,10 +37,15 @@ +- Output python version and implementation as part of `--version` flag (#2997) + ### Packaging +- Use `tomli` instead of `tomllib` on Python 3.11 builds where `tomllib` is not + available (#2987) + ### Parser