Skip to content

Commit 1eb38db

Browse files
authored
Update changelog (prepare for beta 4 release) (#6329)
1 parent b2f8630 commit 1eb38db

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 11.0.0-beta.4 (Unreleased)
13+
# 11.0.0-beta.4
14+
1415
#### :rocket: New Feature
15-
- Variants: Allow coercing from variant to variant, where applicable. https://github.com/rescript-lang/rescript-compiler/pull/6314
16-
- Variants: Experimental support for spreading variant type definitions, to copy constructors from one variant to another. https://github.com/rescript-lang/rescript-compiler/pull/6316
16+
17+
- Variants: Allow coercing from variant to variant where applicable. https://github.com/rescript-lang/rescript-compiler/pull/6314
18+
- Variants: Experimental support for spreading variant type definitions to copy constructors from one variant to another. https://github.com/rescript-lang/rescript-compiler/pull/6316
1719

1820
#### :boom: Breaking Change
19-
- Fixed the issue of name collision between the newly defined Js.Json.t and the variant constructor in the existing Js.Json.kind type. To address this, the usage of the existing Js.Json.kind type can be updated to Js.Json.Kind.t. https://github.com/rescript-lang/rescript-compiler/pull/6317
21+
22+
- Fixed name collision between the newly defined Js.Json.t and the variant constructor in the existing Js.Json.kind type. To address this, the usage of the existing Js.Json.kind type can be updated to Js.Json.Kind.t. https://github.com/rescript-lang/rescript-compiler/pull/6317
2023

2124
#### :bug: Bug Fix
25+
2226
- Fixed outcome printing of uncurried higehr order function types. https://github.com/rescript-lang/rescript-compiler/pull/6323
2327
- Fixed printing of type constraints in template literal substitutions. https://github.com/rescript-lang/rescript-compiler/pull/6324
2428

0 commit comments

Comments
 (0)