Skip to content

Commit 1266b4a

Browse files
committed
move array spread syntax to 11.1.0-rc.2 as it should
1 parent 37e1a58 commit 1266b4a

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
- allow hyphens in jsx tag names. https://github.com/rescript-lang/rescript-compiler/pull/6609
1819

1920
#### :bug: Bug Fix
@@ -34,7 +35,6 @@
3435
- Experimental support of tagged template literals, e.g. ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
3536
- Experimental support for generic/custom JSX transforms. https://github.com/rescript-lang/rescript-compiler/pull/6565
3637
- `dict` is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590
37-
- Add support for array spread. https://github.com/rescript-lang/rescript-compiler/pull/6608
3838

3939
#### :bug: Bug Fix
4040

0 commit comments

Comments
 (0)