X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c702588daa9f75855119d0656661ac17934efe35..ed9d58b7410f24446cedebd0f767b71b154f5f5b:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 7da7be7..97a3be3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,6 +40,11 @@ - Lines ending with `fmt: skip` will now be not formatted (#1800) +- PR #2053: Black no longer relies on typed-ast for Python 3.8 and higher + +- PR #2053: Python 2 support is now optional, install with + `python3 -m pip install black[python2]` to maintain support. + #### _Packaging_ - Self-contained native _Black_ binaries are now provided for releases via GitHub