Mention support for async generators

This commit is contained in:
Łukasz Langa 2019-05-09 18:19:33 +02:00
parent 189520bff1
commit 188c31db7c
No known key found for this signature in database
GPG Key ID: B26995E310250568

View File

@ -1008,6 +1008,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
* fixed feature detection for trailing commas in function definitions
and call sites (#763)
* *Black* can now format async generators (#593)
* *Black* no longer crashes on Windows machines with more than 61 cores
(#838)