summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-04-11 15:14:56 +0800
committerGitHub <noreply@github.com>2024-04-11 09:14:56 +0200
commit779bc8474b0e4d5d77d2619bd50eaa0fc111d1e6 (patch)
treed52d43d6a688b3cb93f2838c154e9096752489b8 /changelog.md
parent2bd2f2885873f5eb2c722b3647fd11ee480a2452 (diff)
downloadNim-779bc8474b0e4d5d77d2619bd50eaa0fc111d1e6.tar.gz
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
fixes #4299 
fixes #12492 
fixes #10849

It binds `function` with `env`: `function.bind(:env)` to ease codegen
for now
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 82736d09a..c010714fa 100644
--- a/changelog.md
+++ b/changelog.md
@@ -15,6 +15,8 @@
   will no longer compile.
 - `internalNew` is removed from system, use `new` instead.
 
+- `bindMethod` in `std/jsffi` is deprecated, don't use it with closures.
+
 ## Standard library additions and changes
 
 [//]: # "Changes:"