From fa628f8c523ecac8ce560c081411e91fcaba2d20 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sat, 13 Sep 2025 10:51:18 +0200 Subject: [PATCH] new release --- Changelog | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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