From c919c6d2638d6c0c1ce0e841bbe5cc117d0c2390 Mon Sep 17 00:00:00 2001 From: Florian Hammerschmidt Date: Fri, 22 Aug 2025 23:17:47 +0200 Subject: [PATCH] Prepare for 12.0.0-beta.7 release --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4355c3866d..6bbe9b9f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,7 @@ > - :nail_care: [Polish] > - :house: [Internal] -# 12.0.0-beta.7 (Unreleased) - -#### :boom: Breaking Change - -#### :eyeglasses: Spec Compliance +# 12.0.0-beta.7 #### :rocket: New Feature @@ -29,15 +25,11 @@ - Fix ppx resolution with package inside monorepo. https://github.com/rescript-lang/rescript/pull/7776 - Fix 'Unbound module type' errors that occurred when trying to async import modules. https://github.com/rescript-lang/rescript/pull/7783 -#### :memo: Documentation - #### :nail_care: Polish - Allow skipping the leading pipe in variant definition with a leading constructor with an attribute. https://github.com/rescript-lang/rescript/pull/7782 - Better error message (and recovery) when using a keyword as a record field name. https://github.com/rescript-lang/rescript/pull/7784 -#### :house: Internal - # 12.0.0-beta.6 #### :boom: Breaking Change