From 19431019d55340f153642440a632a3d8967bc296 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 7 Apr 2025 10:21:17 +0200 Subject: [PATCH] updated Changelog --- Changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog b/Changelog index dd099cd..77805c0 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +- removed the bignum extensions and qjscalc +- new BigInt implementation optimized for small numbers +- added WeakRef, FinalizationRegistry and symbols as weakrefs +- added builtin float64 printing and parsing functions for more correctness +- faster repeated string concatenation +- qjs: promise unhandled rejections are fatal errors by default +- misc bug fixes + 2024-01-13: - top-level-await support in modules