Skip to content

Commit 00b0b32

Browse files
committed
CHANGES
1 parent 357d12a commit 00b0b32

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGES.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# dev (2021-??-??) - ??
22
## Features/Changes
3-
* Compiler: static evaluation of backend_type
4-
* Compiler: speedup emitting js files.
5-
* Compiler: simplify (a | 0) >>> 0 into (a >>> 0)
6-
* Lib: add messageEvent to Dom_html
7-
* Lib: add PerformanceObserver API
8-
* Lib: add CSSStyleDeclaration.{setProperty, getPropertyValue, getPropertyPriority, removeProperty}
3+
* Compiler: static evaluation of backend_type (#1166)
4+
* Compiler: speedup emitting js files (#1174)
5+
* Compiler: simplify (a | 0) >>> 0 into (a >>> 0) (#1177)
6+
* Compiler: improve static evaluation of cond (#1178)
7+
* Lib: add messageEvent to Dom_html (#1164)
8+
* Lib: add PerformanceObserver API (#1164)
9+
* Lib: add CSSStyleDeclaration.{setProperty, getPropertyValue, getPropertyPriority, removeProperty} (#1170)
910

1011
## Bug fixes
11-
* Compiler: fix sourcemap warning for empty cma
12+
* Compiler: fix sourcemap warning for empty cma (#1169)
1213

1314
# 3.11.0 (2021-10-06) - Lille
1415

0 commit comments

Comments
 (0)