[gjs] docs: Release notes about Promises
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] docs: Release notes about Promises
- Date: Tue, 13 Dec 2016 19:35:00 +0000 (UTC)
commit 2b4e52fb1bfc43f396954be6ff3186fe5a347c0a
Author: Philip Chimento <philip endlessm com>
Date: Tue Dec 13 11:33:58 2016 -0800
docs: Release notes about Promises
NEWS | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index c505fe6..2d439df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+NEXT
+----
+
+- New JavaScript feature: ES6 Promises. This release includes Lie [1], a small,
+ self-contained Promise implementation, which is imported automatically to
+ form the Promise global object [2]. In the future, Promises will be built into
+ the SpiderMonkey engine and Lie will be removed, but any code using Promises
+ will continue to work as before.
+ [1] https://github.com/calvinmetcalf/lie
+ [2] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
+
Version 1.47.3
--------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]