X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/06ccb88bf2bd35a4dc5d591bb296b5b299d07323..60f8bd2c89fbb370e6816fd6d6e5eca64d5b9f13:/CHANGES.md?ds=inline diff --git a/CHANGES.md b/CHANGES.md index 32c2d8d..f2c7954 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,22 @@ ### _Black_ +- Restored compatibility with Click 8.0 on Python 3.6 when LANG=C used (#2227) + +### _Blackd_ + +- Add a lower bound for the `aiohttp-cors` dependency. Only 0.4.0 or higher is + supported. (#2231) + +### Documentation + +- Fix typos discovered by codespell (#2228) +- Fix Vim plugin installation instructions. (#2235) + +## 21.5b1 + +### _Black_ + - Refactor `src/black/__init__.py` into many files (#2206) ### Documentation