summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorCarl Lei <xecycle@gmail.com>2015-10-16 11:31:22 +0800
committerCarl Lei <xecycle@gmail.com>2015-10-30 11:26:14 +0800
commit0555a8a399f512f460cd9e164dbe3f17da01ea9d (patch)
tree573da19bca952bdfecde02023f05eabe88a5c963 /NEWS.md
parentb904d10efedf93040b6da38e6bea1204caee11e7 (diff)
Support initializer in destructuring
Also known as default arguments.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index aa04a42..30500e0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -8,6 +8,8 @@
with its related functions. It already handles generator methods,
and will in the future add support for async methods, so the old
name will get more confusing.
+* Support for default parameters in destructuring. It should work for both
+ objects and arrays, in both literals and function arguments.
## 20150909