add change log entry

This commit is contained in:
Zsolt Dollenstein 2019-07-28 16:22:17 +01:00
parent 2848e2e1d6
commit 720dd415f7

View File

@ -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