Skip to content

Commit 344a3b7

Browse files
authored
Some changelog fixes (#5768)
1 parent c2fde88 commit 344a3b7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,22 @@
1414

1515
#### :rocket: New Feature
1616

17-
- Support the use of spread anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}). https://github.com/rescript-lang/syntax/pull/692
18-
17+
- Support the use of spread anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}`). https://github.com/rescript-lang/syntax/pull/692
1918
- Add support for the argument of `@react.component` to set a props type from the outside. https://github.com/rescript-lang/syntax/pull/699
2019

2120
#### :bug: Bug Fix
2221

2322
- Fix issue where the JSX key type is not an optional string https://github.com/rescript-lang/syntax/pull/693
24-
2523
- Prevent inlining of async functions https://github.com/rescript-lang/rescript-compiler/issues/5754
26-
27-
- Fix issue where the JSX fragment without children build error https://github.com/rescript-lang/syntax/pull/704
28-
24+
- Fix build error for JSX fragment without children https://github.com/rescript-lang/syntax/pull/704
2925
- Fix issue where async as an id cannot be used with application and labelled arguments https://github.com/rescript-lang/syntax/issues/707
26+
- Fix 5557: the exhaustive checking for char is incorrect during the unicode migration https://github.com/rescript-lang/rescript-compiler/pull/5749
27+
- Fix 5753: the comment for unicode char is inaccurate https://github.com/rescript-lang/syntax/pull/709
28+
- Treat await as almost-unary operator weaker than pipe so `await foo->bar` means `await (foo->bar)` https://github.com/rescript-lang/syntax/pull/711
3029

31-
- Fix 5557 the exhaustive checking for Char is incorrect during the unicode migration https://github.com/rescript-lang/rescript-compiler/pull/5749
32-
33-
- Fix 5753 the comment for unicode char is inaccurate https://github.com/rescript-lang/syntax/pull/709
34-
35-
- Internal changes: the payload of Pconst_char from char to int type safety. https://github.com/rescript-lang/syntax/pull/709
30+
#### :nail_care: Polish
3631

37-
- Treat await as almost-unary operator weaker than pipe so `await foo->bar` means `await (foo->bar)` https://github.com/rescript-lang/syntax/pull/711
32+
- Change payload of `Pconst_char` from `char` to `int` https://github.com/rescript-lang/syntax/pull/709
3833

3934
# 10.1.0-rc.2
4035

0 commit comments

Comments
 (0)