From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Fri, 26 Mar 2021 14:21:18 +0000 (-0700) Subject: Add `--skip-magic-trailing-comma` to CHANGES.md (#2064) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4218ae18c06df82904b9c9eac166510ac0ebee7c Add `--skip-magic-trailing-comma` to CHANGES.md (#2064) --- diff --git a/CHANGES.md b/CHANGES.md index 61fc35f..7da7be7 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)