From: Ɓukasz Langa Date: Thu, 9 May 2019 16:19:33 +0000 (+0200) Subject: Mention support for async generators X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/188c31db7c831741e69b067c53dd040917ac03f7 Mention support for async generators --- diff --git a/README.md b/README.md index 7ab7d52..aa2d059 100644 --- a/README.md +++ b/README.md @@ -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)