X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/580b4fe8bc8d859c228f2eea1c8335bb3e911b12..ea4e714b9a3b636afd8e81c5c5c916fcf8e6ed42:/CHANGES.md?ds=sidebyside

diff --git a/CHANGES.md b/CHANGES.md
index 61fc35f..6340f60 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -13,6 +13,9 @@
 - `Black` no longer adds an incorrect space after a parenthesized assignment expression
   in if/while statements (#1655)
 
+- Added `--skip-magic-trailing-comma` / `-C` to avoid using trailing commas as a reason
+  to split lines (#1824)
+
 - fixed a crash when PWD=/ on POSIX (#1631)
 
 - fixed "I/O operation on closed file" when using --diff (#1664)
@@ -37,6 +40,13 @@
 
 - Lines ending with `fmt: skip` will now be not formatted (#1800)
 
+- PR #2053: Black no longer relies on typed-ast for Python 3.8 and higher
+
+- PR #2053: Python 2 support is now optional, install with
+  `python3 -m pip install black[python2]` to maintain support.
+
+- Exclude `venv` directory by default (#1683)
+
 #### _Packaging_
 
 - Self-contained native _Black_ binaries are now provided for releases via GitHub