Mention fix for backslashes before standalone comments
This commit is contained in:
parent
2227e6b1cd
commit
0aa21af9e1
@ -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
|
* fix bug that led *Black* format some code with a line length target of 1
|
||||||
(#762)
|
(#762)
|
||||||
|
|
||||||
|
* --safe now works with Python 2 code (#840)
|
||||||
|
|
||||||
|
* *Black* no longer crashes on standalone comments prepended with
|
||||||
|
a backslash (#767)
|
||||||
|
|
||||||
### 19.3b0
|
### 19.3b0
|
||||||
|
|
||||||
* new option `--target-version` to control which Python versions
|
* new option `--target-version` to control which Python versions
|
||||||
|
Loading…
Reference in New Issue
Block a user