Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 60a9dc7

Browse files
committed
Update CHANGELOG.md
1 parent 19f97c6 commit 60a9dc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818

1919
- :boom: when V4 is activated, at most one component is allowed for each module.
2020

21-
- 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
21+
- 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
2222

2323
#### :bug: Bug Fix
2424

25+
- Fix location issue in error messages with JSX V4 where the body of the component is an application https://github.com/rescript-lang/syntax/pull/633
2526
- Fix issue where the printer would omit attributes for `->` and `|>` https://github.com/rescript-lang/syntax/pull/629
2627
- Fix printing of optional fields in records https://github.com/rescript-lang/rescript-compiler/issues/5654
2728

0 commit comments

Comments
 (0)