Add --skip-magic-trailing-comma to CHANGES.md (#2064)

This commit is contained in:
Shantanu 2021-03-26 07:21:18 -07:00 committed by GitHub
parent 580b4fe8bc
commit 4218ae18c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@
- `Black` no longer adds an incorrect space after a parenthesized assignment expression - `Black` no longer adds an incorrect space after a parenthesized assignment expression
in if/while statements (#1655) 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 a crash when PWD=/ on POSIX (#1631)
- fixed "I/O operation on closed file" when using --diff (#1664) - fixed "I/O operation on closed file" when using --diff (#1664)