You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
38
38
#### :rocket: New Feature
39
39
40
-
- New records with `@optional` fields e.g. `type opt = {x: int, ?y: string}` were added as an experimental feature [#5423](https://github.com/rescript-lang/rescript-compiler/pull/5423)[#5452](https://github.com/rescript-lang/rescript-compiler/issues/5452)[New Syntax](https://github.com/rescript-lang/syntax/pull/589/files)
40
+
- New records with optional fields e.g. `type opt = {x: int, y?: string}` were added as an experimental feature [#5423](https://github.com/rescript-lang/rescript-compiler/pull/5423)[#5452](https://github.com/rescript-lang/rescript-compiler/issues/5452)[New Syntax](https://github.com/rescript-lang/syntax/pull/589/files)
41
41
- Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
0 commit comments