From dc36c3319823f530a65a9ada8e819d3cf4f9d283 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Fri, 1 Dec 2023 21:06:23 +0100 Subject: [PATCH] tag 5.5 --- CHANGES.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c4cdd42eb1..030b12d63d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Dev (2023-??-??) - ?? +# Dev (2023-12-01) - Lille ## Features/Changes * Compiler: global dead code elimination (Micah Cantor, #1503) @@ -6,7 +6,7 @@ * Compiler: loop no longer absorb the whole continuation * Compiler: Dead code elimination of unused references (#2076) * Compiler: reduce memory consumption (#1516) -* Compiler: support for es6 import and export construct +* Compiler: support for import and export construct in the js parser/printer * Lib: add download attribute to anchor element * Misc: switch CI to OCaml 5.1 * Misc: preliminary support for OCaml 5.2 diff --git a/VERSION b/VERSION index 8a30e8f94a..d50359de18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.0 +5.5.0