Skip to content

Commit

Permalink
Prepare for 12.0.0-alpha.3 release (#7020)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Sep 7, 2024
1 parent ec4d737 commit a50bbab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
> - :house: [Internal]
> - :nail_care: [Polish]
# 12.0.0-alpha.3 (Unreleased)
# 12.0.0-alpha.3

#### :bug: Bug fix

- 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
- 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
- Fix dict literals error. https://github.com/rescript-lang/rescript-compiler/pull/7019

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

#### :bug: Bug Fix

- Fix issue where long layout break added a trailing comma in partial application `...`. https://github.com/rescript-lang/rescript-compiler/pull/6949
- Fix incorrect format of function under unary operator. https://github.com/rescript-lang/rescript-compiler/pull/6953
- Fix incorrect printing of module binding with signature. https://github.com/rescript-lang/rescript-compiler/pull/6963
Expand Down

0 comments on commit a50bbab

Please sign in to comment.