Skip to content

Commit 31a3645

Browse files
Rob Meyercristianoc
authored andcommitted
chore: remove mention of @optional from changelog
1 parent 00d896b commit 31a3645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#### :rocket: New Feature
3939

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)
4141
- Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
4242

4343
#### :bug: Bug Fix

0 commit comments

Comments
 (0)