Add changelog entries for reverting all() handling

This commit is contained in:
Anthony Sottile 2019-06-03 08:38:42 -07:00
parent 1b381d5277
commit 230f736fcd
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
Revert unrolling of ``all()`` to fix ``NameError`` on nested comprehensions.

View File

@ -0,0 +1 @@
Revert unrolling of ``all()`` to fix incorrect handling of generators with ``if``.

View File

@ -0,0 +1 @@
Revert unrolling of ``all()`` to fix incorrect assertion when using ``all()`` in an expression.