X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f5381c7c5f402e4bf32ad82c2854a42641adae19..448885b256ca1741fda7c4ef17f80f750ea614c0:/README.md diff --git a/README.md b/README.md index 96e3958..66e8633 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 @@ -1452,6 +1457,7 @@ Multiple contributions by: * hauntsaninja * Hugo van Kemenade * [Ivan Katanić](mailto:ivan.katanic@gmail.com) +* [Jason Fried](mailto:me@jasonfried.info) * [Jonas Obrist](mailto:ojiidotch@gmail.com) * [Luka Sterbic](mailto:luka.sterbic@gmail.com) * [Miguel Gaiowski](mailto:miggaiowski@gmail.com)