]> git.kaiwu.me - quickjs.git/commitdiff
new release
authorFabrice Bellard <fabrice@bellard.org>
Sat, 13 Sep 2025 08:51:18 +0000 (10:51 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 13 Sep 2025 08:51:18 +0000 (10:51 +0200)
Changelog
VERSION

index b1443f5ad73cf276a940f900b7169215881de386..8a32a92c1adbed7fb23a691dc9d67dd68939db59 100644 (file)
--- 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 c76e76d1f10a1049cf10e6b9f45b2847f9c5f0be..433b8f85bdf2f9f37ef522d0ef879867a3928b7a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2025-04-26
+2025-09-13