summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2017-02-14 20:41:30 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2017-02-14 20:41:30 -0800
commite7651d1e427cd733a7d40335941eafd2a4fb8319 (patch)
treeb2c60cb5c104300463ebd59a3a2b8bf42f51302d
parent838bfd7a314cdb20cfc8c6c41cb57ba2991630b9 (diff)
downloadgjs-1.47.90.tar.gz
release: Prepare for 1.47.901.47.90
-rw-r--r--NEWS19
1 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c9d79722..a6abe1db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-NEXT
-----
+Version 1.47.90
+---------------
- New JavaScript features! This version of GJS is based on SpiderMonkey 38, an
upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 31.
@@ -57,6 +57,21 @@ NEXT
this warning off by setting GJS_DISABLE_EXTRA_WARNINGS=1. If it is overly
annoying, let me know and I will consider making it disabled by default
in a future release.
+ + When enumerating the importer object (i.e.,
+ "for (let i in imports) {...}") you will now get the names of any built-in
+ modules that have previously been imported. (But don't do this, anyway.)
+
+- Closed bugs:
+
+ * SpiderMonkey 38 prep [#776966, Philip Chimento]
+ * Misc fixes [#777205, Philip Chimento]
+ * missing class name in error message [#642506, Philip Chimento]
+ * Add continuous integration to GJS [#776549, Claudio André]
+ * Switch to SpiderMonkey 38 [#777962, Philip Chimento]
+
+- Progress towards a build of GJS on Windows [Chun-wei Fan]
+- Progress towards increasing test coverage [Claudio André]
+- Misc bug fixes [Philip Chimento]
Version 1.47.4
--------------