Skip to content

Commit 1f2505f

Browse files
committed
clean up changelog
1 parent 5562d46 commit 1f2505f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828

2929
- Fix issue where async as an id cannot be used with application and labelled arguments https://github.com/rescript-lang/syntax/issues/707
3030

31-
- Fix 5557 the exhaustive checking for Char is incorrect during the unicode migration
31+
- Fix 5557 the exhaustive checking for Char is incorrect during the unicode migration https://github.com/rescript-lang/rescript-compiler/pull/5749
3232

33-
- Fix 5753 the comment for unicode char is inaccurate
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
3436

3537
# 10.1.0-rc.2
3638

@@ -77,7 +79,7 @@
7779
- Add `loading`, `aria-*` DOM element attributes in `JsxDOM.domProps`: `ariaCurrent`, `ariaInvalid`, `ariaAutocomplete`, etc.
7880
- Change the internal representation of props for the lowercase components to record. https://github.com/rescript-lang/syntax/pull/665
7981
- Add `JsxPPXReactSupport` module to relocate the helper functions for JSX v4 from `rescript-react`
80-
- Change the payload of Pconst_char for type safety. https://github.com/rescript-lang/syntax/pull/709
82+
8183

8284
# 10.1.0-alpha.2
8385

0 commit comments

Comments
 (0)