From 0aa21af9e18b2b786b1f519fcabf7a9510b00880 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 9 May 2019 17:07:06 +0200 Subject: [PATCH] Mention fix for backslashes before standalone comments --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 96e3958..d947043 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.39.2