Mention fix for backslashes before standalone comments

This commit is contained in:
Łukasz Langa 2019-05-09 17:07:06 +02:00
parent 2227e6b1cd
commit 0aa21af9e1
No known key found for this signature in database
GPG Key ID: B26995E310250568

View File

@ -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