Skip to content

Commit a991c05

Browse files
committed
Update CHANGELOG.md
1 parent 108598d commit a991c05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
1313
# 11.0.0-alpha.3 (Unreleased)
1414

15+
#### :rocket: Main New Feature
16+
17+
- Add support for extensible records (e.g. `type t = {...t1, x:int, ...t2}`) https://github.com/rescript-lang/rescript-compiler/pull/5715
18+
1519
# 11.0.0-alpha.2
1620

1721
#### :rocket: Main New Feature
1822

1923
- Add support for type coercion `:>` for records. https://github.com/rescript-lang/rescript-compiler/pull/5721
20-
- Add support for extensible records (e.g. `type t = {...t1, x:int, ...t2}`) https://github.com/rescript-lang/rescript-compiler/pull/5715
2124

2225
#### :bug: Bug Fix
2326

0 commit comments

Comments
 (0)