]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Support initializer in destructuring
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 2984e91eefa9340c6350f2bb0da43cecbe7c91fb..30500e04493d1f26faf4798ec1bc0c3683704686 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,16 @@
 # History of user-visible changes
 
+## Next
+
+* Object properties are highlighted using a different face:
+  `js2-object-property`, which has no color by default.
+* `js2-getter-setter-node` is renamed to `js2-method-node`, together
+  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
 
 * `js2-mode` now derives from `js-mode`. That means the former