Skip to content

Commit 4f68b8c

Browse files
committed
Update changelog
1 parent 85928f0 commit 4f68b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Features/Changes
44
* Compiler/wasm: omit code pointer from closures when not used (#2059, #2093)
5+
* Compiler: add optional full lambda lifting for the Javascript compiler (#1886)
56
* Compiler/wasm: unbox numbers within functions (#2069)
67

78
## Bug fixes
@@ -85,7 +86,7 @@
8586
## Bug fixes
8687
* Compiler: fix stack overflow issues with double translation (#1869)
8788
* Compiler: minifier fix (#1867)
88-
* Compiler: fix shortvar with --enable es6 (AssignTarget was not properly handled)
89+
* Compiler: fix shortvar with --enable es6 (AssignTarget was not properly handled)
8990
* Compiler: fix assert failure with double translation (#1870)
9091
* Compiler: fix path rewriting of Wasm source maps (#1882)
9192
* Compiler: fix global dead code in presence of dead tailcall (#2010)

0 commit comments

Comments
 (0)