Skip to content

Commit 0717452

Browse files
committed
update for lambda function change
1 parent bfce98f commit 0717452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/new_features.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Planned new features post 1.2.0 include:
3030

3131
The new features since 1.2.0 in master include:
3232

33-
- None yet.
33+
- ``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`.
3435

3536
Breaking changes since 1.2.0 include:
3637

0 commit comments

Comments
 (0)