From 01fa961ec5adceef2986b678579e96b2472930ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Mon, 3 Feb 2025 11:39:13 +0100 Subject: [PATCH] Changes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index f0e661daa3..c03e500637 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ * Misc: move tests to OCaml 5.3 * Misc: import many test from the OCaml codebase * Runtime: support for float16 bigarrays +* Runtime: support more Unix functions (#1823) ## Bug fixes * Compiler: Fix small bug in global data flow analysis (#1768)