From 920d9bb1d67cf74f5091e7470fc71b3ba2a7be9d Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Fri, 28 Jun 2024 09:34:51 +0200 Subject: [PATCH] Changes --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 56919dd197..746f2595d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +# dev + +## Features/Changes +* Misc: update testsuite to OCmaml 5.2 +* Misc: CI uses opam.2.2 and no longer use sunset repo +* Runtime: change Sys.os_type on windows (Cygwin -> Win32) +* Compiler: speedup global_flow/global_deadcode pass on large bytecode + +## Bug fixes +* Runtime: fix parsing of unsigned integers (0u2147483648) +* Toplevel: fix missing primitives with separate compilation + # 5.8.2 (2024-05-26) - Luc ## Bug fixes