diff options
-rw-r--r-- | Changelog | 8 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 @@ -1 +1 @@ -2021-03-27 +2023-12-09 |