From: Fabrice Bellard Date: Sat, 13 Sep 2025 08:51:18 +0000 (+0200) Subject: new release X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/stylesheets/stylesheet.css?a=commitdiff_plain;h=fa628f8c523ecac8ce560c081411e91fcaba2d20;p=quickjs.git new release --- diff --git a/Changelog b/Changelog index b1443f5..8a32a92 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2025-09-13: + - added JSON modules and import attributes - added JS_PrintValue() API - qjs: pretty print objects in print() and console.log() @@ -12,6 +14,7 @@ accept JSON5 modules - added JS_FreePropertyEnum() and JS_AtomToCStringLen() API - added Error.isError() +- misc bug fixes 2025-04-26: diff --git a/VERSION b/VERSION index c76e76d..433b8f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025-04-26 +2025-09-13