X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/06ccb88bf2bd35a4dc5d591bb296b5b299d07323..3bba8081735925ccd95d8e0ccd26c92e08e0b7a9:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 32c2d8d..603554c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,24 @@ ### _Black_ +- Respect `.gitignore` files in all levels, not only `root/.gitignore` file (apply + `.gitignore` rules like `git` does) (#2225) +- 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