From 0a51989d26c120d8f5f8a01b543bfcc5671eb8e8 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 28 Aug 2023 16:48:14 +0200 Subject: [PATCH] Update changelog (prepare for rc 2 release) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f97940ee2..9e9c381555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 11.0.0-rc.2 (Unreleased) +# 11.0.0-rc.2 #### :rocket: New Feature @@ -18,7 +18,7 @@ #### :boom: Breaking Change -- Stop mangling object field names. If you had objects with field names containing "__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes. https://github.com/rescript-lang/rescript-compiler/pull/6354 +- Stop mangling object field names. If you had objects with field names containing "__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes. https://github.com/rescript-lang/rescript-compiler/pull/6354 #### :bug: Bug Fix