Skip to content

Commit eec9b2a

Browse files
authored
Prepare for 12.0.0-alpha.4 release (#7122)
1 parent cd5e018 commit eec9b2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 12.0.0-alpha.4 (Unreleased)
13+
# 12.0.0-alpha.4
1414

1515
#### :boom: Breaking Change
1616

1717
- OCaml compatibility in the stdlib and primitives are dropped/deprecated. https://github.com/rescript-lang/rescript-compiler/pull/6984
18-
- Remove the JSX v3. https://github.com/rescript-lang/rescript-compiler/pull/7072
18+
- Remove JSX v3. https://github.com/rescript-lang/rescript-compiler/pull/7072
1919
- Remove js_cast.res. https://github.com/rescript-lang/rescript-compiler/pull/7075
2020

2121
#### :rocket: New Feature
2222

23-
- Use FORCE_COLOR environmental variable to force colorized output https://github.com/rescript-lang/rescript-compiler/pull/7033
23+
- Use FORCE_COLOR environmental variable to force colorized output. https://github.com/rescript-lang/rescript-compiler/pull/7033
2424
- Allow spreads of variants in patterns (`| ...someVariant as v => `) when the variant spread is a subtype of the variant matched on. https://github.com/rescript-lang/rescript-compiler/pull/6721
2525
- Fix the issue where dynamic imports are not working for function-defined externals. https://github.com/rescript-lang/rescript-compiler/pull/7060
2626
- Allow pattern matching on dicts. `switch someDict { | dict{"one": 1} => Js.log("one is one") }`. https://github.com/rescript-lang/rescript-compiler/pull/7059
@@ -32,7 +32,7 @@
3232
- Fix tuple coercion. https://github.com/rescript-lang/rescript-compiler/pull/7024
3333
- Fix attribute printing. https://github.com/rescript-lang/rescript-compiler/pull/7025
3434
- Fix "rescript format" with many files. https://github.com/rescript-lang/rescript-compiler/pull/7081
35-
- Fix bigint max, min https://github.com/rescript-lang/rescript-compiler/pull/7088
35+
- Fix bigint max, min. https://github.com/rescript-lang/rescript-compiler/pull/7088
3636
- Fix parsing issue with nested variant pattern type spreads. https://github.com/rescript-lang/rescript-compiler/pull/7080
3737
- Fix JSX settings inheritance: only 'version' propagates to dependencies, preserving their 'mode' and 'module'. https://github.com/rescript-lang/rescript-compiler/pull/7094
3838
- Fix variant cast to int. https://github.com/rescript-lang/rescript-compiler/pull/7058

0 commit comments

Comments
 (0)