add to changelog

This commit is contained in:
Jelle Zijlstra 2019-05-07 09:52:41 -04:00 committed by GitHub
parent de806405d2
commit 4a7da71069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,6 +953,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
### 19.5b0 ### 19.5b0
* remove unnecessary parentheses around `yield` expressions (#834)
* add parentheses around long tuples in unpacking assignments (#832)
* don't produce invalid code for `from` ... `import` blocks with comments * don't produce invalid code for `from` ... `import` blocks with comments
(#829) (#829)