Skip to content

Commit c04cbba

Browse files
authored
changelog (#6195)
1 parent 1ec3a41 commit c04cbba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
1313
# 11.0.0-alpha.5 (Unreleased)
1414

15+
#### :rocket: Main New Feature
16+
17+
- Add support for Dynamic import. https://github.com/rescript-lang/rescript-compiler/pull/5703
18+
1519
#### :boom: Breaking Change
1620

1721
- Parse `assert` as a regular function. `assert` is no longer a unary expression. Example: before `assert 1 == 2` is parsed as `(assert 1) == 2`, now it is parsed as `assert(1 == 2)`. https://github.com/rescript-lang/rescript-compiler/pull/6180

0 commit comments

Comments
 (0)