Skip to content

Commit d10766f

Browse files
committed
move array spread syntax to 11.1.0-rc.2 as it should
1 parent 541cc5e commit d10766f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#### :rocket: New Feature
1616

17+
- Add support for array spread. https://github.com/rescript-lang/rescript-compiler/pull/6608
1718
- Support import attributes (https://github.com/tc39/proposal-import-attributes) in `@module()`. https://github.com/rescript-lang/rescript-compiler/pull/6599
1819
- allow hyphens in jsx tag names (e.g. `<mj-column>`). https://github.com/rescript-lang/rescript-compiler/pull/6609
1920

@@ -37,7 +38,6 @@
3738
- Experimental support of tagged template literals, e.g. ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
3839
- Experimental support for generic/custom JSX transforms. https://github.com/rescript-lang/rescript-compiler/pull/6565
3940
- `dict` is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590
40-
- Add support for array spread. https://github.com/rescript-lang/rescript-compiler/pull/6608
4141

4242
#### :bug: Bug Fix
4343

0 commit comments

Comments
 (0)