summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-09-09 20:20:40 +0800
committerGitHub <noreply@github.com>2024-09-09 14:20:40 +0200
commit3a55bae53fe80728ce625dd5366aee5da9cf6463 (patch)
tree0f1855da16e640c1d20037d2b66f117d06105c4b /changelog.md
parentfcee829d85605d6d401f15966a283b0041631308 (diff)
downloadNim-3a55bae53fe80728ce625dd5366aee5da9cf6463.tar.gz
enable closures tests for JS & implement `finished` for JS (#23521)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 67b6c74f8..46bc1a872 100644
--- a/changelog.md
+++ b/changelog.md
@@ -19,6 +19,8 @@
 
 - JS backend now supports lambda lifting for closures. Use `--legacy:jsNoLambdaLifting` to emulate old behavior.
 
+- JS backend now supports closure iterators.
+
 - `owner` in `std/macros` is deprecated.
 
 - Ambiguous type symbols in generic procs and templates now generate symchoice nodes.
@@ -51,6 +53,7 @@
   let baz = a # error
   ```
 
+
 ## Standard library additions and changes
 
 [//]: # "Changes:"