From: Zsolt Dollenstein Date: Sun, 28 Jul 2019 15:22:17 +0000 (+0100) Subject: add change log entry X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/720dd415f7847c9b6e3b22f7d68b31c89fa58e03 add change log entry --- diff --git a/README.md b/README.md index b8dee47..0d535d9 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,12 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * if *Black* puts parenthesis around a single expression, it moves comments to the wrapped expression instead of after the brackets (#872) +* *Black* is now able to format Python code that uses assignment expressions + (`:=` as described in PEP-572) (#935) + +* *Black* is now able to format Python code that uses positional-only + arguments (`/` as described in PEP-570) (#946) + ### 19.3b0