From fbcf2ecca4799bace9a6e33997cb9cc8e8818172 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharov Date: Tue, 5 Sep 2023 18:15:23 +0400 Subject: [PATCH] Update changelog (prepare for rc 3 release) --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8195fd4701..efb0108d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,16 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 11.0.0-rc.3 (Unreleased) - -#### :nail_care: Polish - -- Add [`Bun`](https://bun.sh) to reserved names, so that modules named `Bun` don't clash with the globally exposed `Bun` object. https://github.com/rescript-lang/rescript-compiler/pull/6381 +# 11.0.0-rc.3 #### :bug: Bug Fix - Fix issue with JSX V4 when component props have the default value with same name. https://github.com/rescript-lang/rescript-compiler/pull/6377 -- Fixed printer with `"uncurried": false` in bsconfig. https://github.com/rescript-lang/rescript-compiler/pull/6378 +- Fixed code formatter with `"uncurried": false` in bsconfig. https://github.com/rescript-lang/rescript-compiler/pull/6378 + +#### :nail_care: Polish + +- Add [`Bun`](https://bun.sh) to reserved names, so that modules named `Bun` don't clash with the globally exposed `Bun` object. https://github.com/rescript-lang/rescript-compiler/pull/6381 # 11.0.0-rc.2