diff --git a/CHANGELOG.md b/CHANGELOG.md index 5848015d..def05ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ - 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 +- Support use spread at anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}). https://github.com/rescript-lang/syntax/pull/692 + #### :bug: Bug Fix - Fix issue in formatting JSX spread props https://github.com/rescript-lang/syntax/pull/644