We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfce98f commit 0717452Copy full SHA for 0717452
docs/new_features.rst
@@ -30,7 +30,8 @@ Planned new features post 1.2.0 include:
30
31
The new features since 1.2.0 in master include:
32
33
-- None yet.
+- ``lambda`` functions are compiled so they behave like regular python lambda functions. Previously they were
34
+ async, which meant they didn't work when called by functions like `filter` or `map`.
35
36
Breaking changes since 1.2.0 include:
37
0 commit comments