Skip to content

Commit a50bbab

Browse files
authored
Prepare for 12.0.0-alpha.3 release (#7020)
1 parent ec4d737 commit a50bbab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

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

1515
#### :bug: Bug fix
1616

17-
- Revert Throws an instance of JavaScript's `new Error()` and adds the extension payload for `cause` option introduced in https://github.com/rescript-lang/rescript-compiler/pull/6611. https://github.com/rescript-lang/rescript-compiler/pull/7016
17+
- Revert "Throws an instance of JavaScript's `new Error()` and adds the extension payload for `cause` option" (https://github.com/rescript-lang/rescript-compiler/pull/6611). https://github.com/rescript-lang/rescript-compiler/pull/7016
1818
- Fix dict literals error. https://github.com/rescript-lang/rescript-compiler/pull/7019
1919

2020
# 12.0.0-alpha.2
@@ -26,6 +26,7 @@
2626
- Optimize usage of the new dict literal syntax to emit an actual JS object literal. https://github.com/rescript-lang/rescript-compiler/pull/6538
2727

2828
#### :bug: Bug Fix
29+
2930
- Fix issue where long layout break added a trailing comma in partial application `...`. https://github.com/rescript-lang/rescript-compiler/pull/6949
3031
- Fix incorrect format of function under unary operator. https://github.com/rescript-lang/rescript-compiler/pull/6953
3132
- Fix incorrect printing of module binding with signature. https://github.com/rescript-lang/rescript-compiler/pull/6963

0 commit comments

Comments
 (0)