From 3ab60889188225fd9f5818ce775fd14b7ec5126e Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 25 Apr 2021 17:18:43 +0200 Subject: [PATCH] CHANGELOG.md: remove unimplemented "Closures". (#9850) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b4784fed..b0c8547730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,7 +127,6 @@ files with compilation errors. - High order functions improvements (functions can now be returned etc). - Anonymous functions that can be defined inside other functions. - Built-in JSON module is back. -- Closures. - Lots and lots of new tests added, including output tests that test error messages. - Multiple errors are now printed, the compiler no longer stops after the first error. - The new JS backend using the AST parser (almost complete).