Skip to content

Commit

Permalink
Mention fix for backslashes before standalone comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed May 9, 2019
1 parent 2227e6b commit 0aa21af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,11 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
* fix bug that led *Black* format some code with a line length target of 1
(#762)

* --safe now works with Python 2 code (#840)

* *Black* no longer crashes on standalone comments prepended with
a backslash (#767)

### 19.3b0

* new option `--target-version` to control which Python versions
Expand Down

0 comments on commit 0aa21af

Please sign in to comment.