From: Fabrice Bellard Date: Mon, 7 Apr 2025 08:21:17 +0000 (+0200) Subject: updated Changelog X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/stylesheets/stylesheet.css?a=commitdiff_plain;h=19431019d55340f153642440a632a3d8967bc296;p=quickjs.git updated Changelog --- 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