From: Ɓukasz Langa Date: Thu, 9 May 2019 15:07:06 +0000 (+0200) Subject: Mention fix for backslashes before standalone comments X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0aa21af9e18b2b786b1f519fcabf7a9510b00880 Mention fix for backslashes before standalone comments --- 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