summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-08-07 10:43:55 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-08-07 16:42:03 -0700
commita84c27da767351d13ade11cc094443b2ca179a1f (patch)
tree3cad11f76712dd370f647733ca8aeb7f658871cb
parent60f0798ec3b5e194ce5495f5089731dd4c35ffaa (diff)
downloadgjs-a84c27da767351d13ade11cc094443b2ca179a1f.tar.gz
release: Add release notes for mozjs102
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db87d79a..6dc06d38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 1.73.2
+--------------
+
+- New JavaScript features! This version of GJS is based on SpiderMonkey 102, an
+ upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 91.
+ Here are the highlights of the new JavaScript features.
+ For more information, look them up on MDN or devdocs.io.
+
+ * New APIs
+ + The `Object.hasOwn()` static method can be used as an easier replacement
+ for `Object.prototype.hasOwnProperty.call(...)`.
+ + `Intl.supportedValuesOf()` lets you enumerate which calendars, currencies,
+ collation strategies, numbering systems, time zones, and units are
+ available for internationalization.
+
Version 1.73.1
--------------