X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/62bfbd6a63dcac2f6f31eb014f69397c9eb967d2..b2ee211b5ad84b62738ac0997b73bf6ee9a74d06:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index 9b15592..becd621 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,10 +4,20 @@ ### _Black_ +- Restored compatibility with Click 8.0 on Python 3.6 when LANG=C used (#2227) + +## 21.5b1 + +### _Black_ + - Refactor `src/black/__init__.py` into many files (#2206) ### Documentation +- Replaced all remaining references to the + [`master`](https://github.com/psf/black/tree/main) branch with the + [`main`](https://github.com/psf/black/tree/main) branch. Some additional changes in + the source code were also made. (#2210) - Sigificantly reorganized the documentation to make much more sense. Check them out by heading over to [the stable docs on RTD](https://black.readthedocs.io/en/stable/). (#2174)