From 7cd303e69daab0a3ad48f6f34362ed4a055bb662 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 19 Apr 2023 16:31:24 +0200 Subject: [PATCH] Update changelog (prepare for alpha 4 release) (#6177) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b672be5cc3..3803bf03b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,10 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 11.0.0-alpha.4 (Unreleased) +# 11.0.0-alpha.4 #### :rocket: Main New Feature + - Add surface syntax for partial application of uncurried functions: `foo(1, ...)`. This corresponds to curried application in the old mode. https://github.com/rescript-lang/rescript-compiler/pull/6166 #### :bug: Bug Fix