add to CHANGELOG

This commit is contained in:
Jelle Zijlstra 2019-05-06 11:09:04 -04:00 committed by GitHub
parent 6b994fdb8a
commit dd5777af06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,6 +953,14 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
### 19.3b1
* don't produce invalid code for `from` ... `import` blocks with comments
(#829)
* fix grammar selection (#765)
* fix feature detection for trailing commas in function definitions and
call sites (#763)
* fix bug that led *Black* format some code with a line length target of 1
(#762)