From e0b8df87689a24f37c4d847e6db31b2f1720614d Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Tue, 28 Jan 2025 15:40:25 +0100 Subject: [PATCH] Changes --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 82fdbb9de0..f0e661daa3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,9 @@ * Runtime: return sys_error when reading from a closed channels * Runtime: fix parsing of hex-float with very large exponent * Runtime: make sure [n / 0L] is not optimized away by DCE +* Runtime: fix Unix.LargeFile.stat/lstat +* Runtime: fix stat/lstat times +* Runtime: fix reading from stdin in an interactive nodejs # 5.9.1 (02-12-2024) - Lille