From f5079848300f1fad982404a477e52ccc89778699 Mon Sep 17 00:00:00 2001 From: Woonki Moon Date: Wed, 26 Oct 2022 02:45:18 +0900 Subject: [PATCH] update changelog #699 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc5d3ee..91317ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ - Support the use of spread anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}). https://github.com/rescript-lang/syntax/pull/692 +- Add support for the argument of `@react.component` to set a props type from the outside. https://github.com/rescript-lang/syntax/pull/699 + #### :bug: Bug Fix - Fix issue in formatting JSX spread props https://github.com/rescript-lang/syntax/pull/644