X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/193ee766ca496871f93621d6b58d57a6564ff81b..a20338cf100ff20a24e2058c6f6014e82efdf914:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index c61ee69..4aa3123 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,10 +14,14 @@ +- More concise formatting for dummy implementations (#3796) + ### Configuration +- Black now applies exclusion and ignore logic before resolving symlinks (#3846) + ### Packaging @@ -30,6 +34,9 @@ +- Avoid importing `IPython` if notebook cells do not contain magics (#3782) +- Improve caching by comparing file hashes as fallback for mtime and size. (#3821) + ### Output @@ -38,10 +45,19 @@ +- Fix an issue in `blackd` with single character input (#3558) + ### Integrations +- 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