From 0c71aefa410992a41309b9edcd6078f2307ce0f4 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 21 Nov 2025 10:42:52 +0100 Subject: [PATCH] Prepare for 12.0.0-rc.5 release --- CHANGELOG.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72042d14d0..4d04650b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,26 +10,16 @@ > - :nail_care: [Polish] > - :house: [Internal] -# 12.0.0-rc.5 (Unreleased) - -#### :boom: Breaking Change - -#### :eyeglasses: Spec Compliance - -#### :rocket: New Feature +# 12.0.0-rc.5 #### :bug: Bug fix - Fix printing of tagged template literals. https://github.com/rescript-lang/rescript/pull/8018 - Fix printing of optional record fields in pattern matching errors. https://github.com/rescript-lang/rescript/pull/8019 -#### :memo: Documentation - -#### :nail_care: Polish - #### :house: Internal -- Editor: resolve @rescript/runtime via environment variable RESCRIPT_RUNTIME. https://github.com/rescript-lang/rescript/pull/8023 +- Editor: resolve `@rescript/runtime` via environment variable `RESCRIPT_RUNTIME`. https://github.com/rescript-lang/rescript/pull/8023 - Remove leftovers from `@meth` attribute. https://github.com/rescript-lang/rescript/pull/8022 # 12.0.0-rc.4