diff --git a/CHANGELOG.md b/CHANGELOG.md index 7701c44994..b31db042c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ # 11.0.0-alpha.5 (Unreleased) +#### :rocket: Main New Feature + +- Add support for Dynamic import. https://github.com/rescript-lang/rescript-compiler/pull/5703 + #### :boom: Breaking Change - 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