X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/59e8936768889f583488df609c45302da8e88507..066aa9210ac7815cbb9b4a25075f54d614b0afc7:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 1de0879..a14a55a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,8 @@ +- More concise formatting for dummy implementations (#3796) + ### Configuration @@ -31,6 +33,7 @@ - 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 @@ -48,6 +51,8 @@ [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