From 4218ae18c06df82904b9c9eac166510ac0ebee7c Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Fri, 26 Mar 2021 07:21:18 -0700 Subject: [PATCH] Add `--skip-magic-trailing-comma` to CHANGES.md (#2064) --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2