We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108598d commit a991c05Copy full SHA for a991c05
CHANGELOG.md
@@ -12,12 +12,15 @@
12
13
# 11.0.0-alpha.3 (Unreleased)
14
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
19
# 11.0.0-alpha.2
20
21
#### :rocket: Main New Feature
22
23
- Add support for type coercion `:>` for records. https://github.com/rescript-lang/rescript-compiler/pull/5721
-- Add support for extensible records (e.g. `type t = {...t1, x:int, ...t2}`) https://github.com/rescript-lang/rescript-compiler/pull/5715
24
25
#### :bug: Bug Fix
26
0 commit comments