Skip to content

Commit fb60d28

Browse files
committed
add changelog for #7255
1 parent 5af9419 commit fb60d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- AST cleanup: remove "|." and rename "|." to "->" in the internal representation for the pipe operator. https://github.com/rescript-lang/rescript/pull/7244
3131
- AST cleanup: represent concatenation (`++`) and (dis)equality operators (`==`, `===`, `!=`, `!==`) just like in the syntax. https://github.com/rescript-lang/rescript/pull/7248
3232
- AST cleanup: use inline record for `Ptyp_arrow`. https://github.com/rescript-lang/rescript/pull/7250
33+
- Playground: Bundle stdlib runtime so that the playground can execute functions from Core/Belt/Js. (#7255)
3334

3435
# 12.0.0-alpha.7
3536

0 commit comments

Comments
 (0)