Skip to content

Commit b9cf5d2

Browse files
committed
update CHANGELOG.md
1 parent d7f7d1f commit b9cf5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ These are only breaking changes for unformatted code.
6363

6464
- Prevent inlining of async functions in additional cases https://github.com/rescript-lang/rescript-compiler/issues/5860
6565
- Fix build error where aliasing arguments to `_` in the make function with JSX V4. https://github.com/rescript-lang/rescript-compiler/pull/5881
66+
- Fix parsing of spread props as an expression in JSX V4 https://github.com/rescript-lang/rescript-compiler/pull/5885
6667

6768
# 10.1.0
6869

6970
#### :bug: Bug Fix
7071

7172
- Fix issue where no error was reported when ? was used for non-optional fields. https://github.com/rescript-lang/rescript-compiler/pull/5853
7273
- Fix issue where optional fields in inline records were not supported and would cause type errors https://github.com/rescript-lang/rescript-compiler/pull/5827
73-
- Fix parsing of spread props as an expression in JSX V4 https://github.com/rescript-lang/rescript-compiler/pull/5885
7474

7575
# 10.1.0-rc.5
7676

0 commit comments

Comments
 (0)