From 03427893c97b87dcdf8a3cf6378e42064b8e5381 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Wed, 12 Apr 2023 13:27:50 +0200 Subject: [PATCH] Update changelog (prepare for alpha 2 release) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805be40f6c..9e6b160578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ > - :house: [Internal] > - :nail_care: [Polish] -# 11.0.0-alpha.2 (Unreleased) +# 11.0.0-alpha.2 #### :bug: Bug Fix - Special case generation of uncurried functions with 1 argument of unit type so they don't take a parameter. https://github.com/rescript-lang/rescript-compiler/pull/6131