summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2023-12-09 12:52:22 +0100
committerFabrice Bellard <fabrice@bellard.org>2023-12-09 12:52:22 +0100
commitdaa35bc1e5d43192098af9b51caeb4f18f73f9f9 (patch)
treeb05348da5be803be8acc3725ecabf4e51b26d5a8 /Changelog
parenta0570086c698f78ec829cafd7d8d7ac3906abbc1 (diff)
downloadquickjs-daa35bc1e5d43192098af9b51caeb4f18f73f9f9.tar.gz
quickjs-daa35bc1e5d43192098af9b51caeb4f18f73f9f9.zip
new release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c09af91..0ced995 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+2023-12-09:
+
+- added Object.hasOwn, {String|Array|TypedArray}.prototype.at,
+ {Array|TypedArray}.prototype.findLast{Index}
+- BigInt support is enabled even if CONFIG_BIGNUM disabled
+- updated to Unicode 15.0.0
+- misc bug fixes
+
2021-03-27:
- faster Array.prototype.push and Array.prototype.unshift