From 0b339b4c6dbab4d9b9a85c549568c9e13472765b Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 22 May 2023 15:41:41 +0200 Subject: [PATCH] Update changelog (prepare for beta 1 release) --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a48f414c..8f72604e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,19 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 11.0.0-beta.1 (Unreleased) +# 11.0.0-beta.1 #### :rocket: Main New Feature + - Make uncurried mode opt-out: by default, every project is now in uncurried mode, unless `"uncurried": false` is specified in the project config. https://github.com/rescript-lang/rescript-compiler/pull/6249 #### :nail_care: Polish -- Removed duplicate Super_error implementation in syntax https://github.com/rescript-lang/rescript-compiler/pull/6246 + +- Removed duplicate Super_error implementation in syntax. https://github.com/rescript-lang/rescript-compiler/pull/6246 #### :bug: Bug Fix -- Fix issue with inlining records in the presence of record coercion https://github.com/rescript-lang/rescript-compiler/pull/6256 + +- Fix issue with inlining records in the presence of record coercion. https://github.com/rescript-lang/rescript-compiler/pull/6256 # 11.0.0-alpha.6