diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-06-18 01:06:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 19:06:38 +0200 |
commit | 4867931af36467c1882fc01d235fbab67c12bb16 (patch) | |
tree | feab9b125e52af5cf689a11eb909482ceaafd3ce /changelog.md | |
parent | ae4b47c5bd48d244ee1f93ec6ba5f6bcf55eb973 (diff) | |
download | Nim-4867931af36467c1882fc01d235fbab67c12bb16.tar.gz |
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index a137b3e42..53d88b19f 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,8 @@ - `bindMethod` in `std/jsffi` is deprecated, don't use it with closures. +- JS backend now supports lambda lifting for closures. Use `--legacy:jsNoLambdaLifting` to emulate old behavior. + ## Standard library additions and changes [//]: # "Changes:" |