Skip to content

Commit

Permalink
Add --skip-magic-trailing-comma to CHANGES.md (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Mar 26, 2021
1 parent 580b4fe commit 4218ae1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Expand Up @@ -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)
Expand Down

0 comments on commit 4218ae1

Please sign in to comment.