X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/193ee766ca496871f93621d6b58d57a6564ff81b..7c4fe83bd87ccef21f8c5a0cd5d122c5b004bb15:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index c61ee69..8bf4188 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,8 @@ +- More concise formatting for dummy implementations (#3796) + ### Configuration @@ -30,6 +32,8 @@ +- Avoid importing `IPython` if notebook cells do not contain magics (#3782) + ### Output @@ -42,6 +46,13 @@ +- Black now has an + [official pre-commit mirror](https://github.com/psf/black-pre-commit-mirror). Swapping + `https://github.com/psf/black` to `https://github.com/psf/black-pre-commit-mirror` in + your `.pre-commit-config.yaml` will make Black about 2x faster (#3828) +- The `.black.env` folder specified by `ENV_PATH` will now be removed on the completion + of the GitHub Action. (#3759) + ### Documentation