From db0500714cc19257ff0716f2948d044498cc0934 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 22 Feb 2025 09:40:57 +0100 Subject: [PATCH] Prepare for 12.0.0-alpha.9 release --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f69c553eb..6d4de5c0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 12.0.0-alpha.9 (Unreleased) +# 12.0.0-alpha.9 #### :boom: Breaking Change @@ -36,14 +36,14 @@ - Fix runtime type check for Object in untagged variants when one variant case is `null`. https://github.com/rescript-lang/rescript/pull/7303 - Fix files that were being truncated when sent to the CDN over FTP. https://github.com/rescript-lang/rescript/pull/7306 - Fix better editor completion for applications. https://github.com/rescript-lang/rescript/pull/7291 -- Fix @react.componentWithProps no longer works with @directive("'use memo'"). https://github.com/rescript-lang/rescript/pull/7300 +- Fix `@react.componentWithProps` no longer works with `@directive("'use memo'")`. https://github.com/rescript-lang/rescript/pull/7300 #### :house: Internal -- Remove ignore in res_scanner.ml . https://github.com/rescript-lang/rescript/pull/7280 +- Remove `ignore` in `res_scanner.ml`. https://github.com/rescript-lang/rescript/pull/7280 - Use the new stdlib modules in the analysis tests. https://github.com/rescript-lang/rescript/pull/7295 - Build with OCaml 5.3.0. https://github.com/rescript-lang/rescript/pull/7294 -- Simplify JSON.Decode implementation. https://github.com/rescript-lang/rescript/pull/7304 +- Simplify `JSON.Decode` implementation. https://github.com/rescript-lang/rescript/pull/7304 # 12.0.0-alpha.8