From 304f9d9284a3948e94475cf8778d8c97d1fba659 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 6 Sep 2024 21:19:57 +0200 Subject: [PATCH] Prepare for 12.0.0-alpha.3 release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b789fd2cd..f0711504c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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