Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit b0b48ed

Browse files
butterunderflowcristianoc
authored andcommitted
CHANGELOG
1 parent 402b9c8 commit b0b48ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
- Add support for empty record literal `{}` for records with only optional fields, and type definition of empty record (e.g. `type empty = {}`) https://github.com/rescript-lang/syntax/pull/632
2626

27+
- Support use spread at anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}). https://github.com/rescript-lang/syntax/pull/692
28+
2729
#### :bug: Bug Fix
2830

2931
- Fix issue in formatting JSX spread props https://github.com/rescript-lang/syntax/pull/644

0 commit comments

Comments
 (0)