From 720dd415f7847c9b6e3b22f7d68b31c89fa58e03 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sun, 28 Jul 2019 16:22:17 +0100 Subject: [PATCH] add change log entry --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2