summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2017-08-21 16:16:44 -0700
committerPhilip Chimento <philip@endlessm.com>2017-08-21 16:16:44 -0700
commit61887633dca6d3fcd3b990646958adeddc4f0379 (patch)
tree50fb6d9aef3358d5f6316c2837d16bce4866b2ad
parentf7a571cbc5ea3d0737565139290f9ee81a369ed8 (diff)
downloadgjs-1.49.91.tar.gz
release: Prepare for 1.49.911.49.91
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2e865e67..63b4ce2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,20 @@
-NEXT
-----
+1.49.91
+-------
- Deprecation: The private "__name__" property on Lang.Class instances is
now discouraged. Code should not have been using this anyway, but if it did
then it should use the "name" property on the class (this.__name__ should
become this.constructor.name), which is compatible with ES6 classes.
+- Closed bugs:
+
+ * Use ES6 classes [#785652, Philip Chimento]
+ * A few fixes for stack traces and error reporting [#786183, Philip Chimento]
+ * /proc/self/stat is read for every frame if GC was not needed [#786017,
+ Benjamin Berg]
+
+- Build fix [Philip Chimento]
+
Version 1.49.90
---------------