Skip to content

Commit

Permalink
Add entry to CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
spagh-eddie committed Oct 2, 2023
1 parent 9afc3fd commit be3753c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<!-- Changes that affect Black's stable style -->

- Fix comments getting removed from inside parenthesized strings (#3909)
- Parenthesize singleton tuples in `yield` expressions as they already are in `return` statements,
e.g. `yield 5,` ➡️ `yield (5,)` (#3912)

### Preview style

Expand Down

0 comments on commit be3753c

Please sign in to comment.