]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Add NEWS entry about rename to method-node
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 798c51aa4ca0933c038b34408dfb49dbcefd073e..aa04a4227fe593f6c148c6e2b710e1524ce5db35 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,14 @@
 # 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.
+
 ## 20150909
 
 * `js2-mode` now derives from `js-mode`. That means the former
@@ -9,8 +18,8 @@
   builds), `js2-mode` uses the indentation code from `js-mode`.  Where
   feasible, the user options (and functions) now have aliases, but if
   you're using Emacs 25 and you see an indentation-related setting
-  that stopped working, try setting the one for the `js` group: `M-x
-  customize-group RET js RET`.
+  that stopped working, try looking for a corresponding one in the
+  `js` group: `M-x customize-group RET js RET`.
 
 * New command: `js2-jump-to-definition`. It's bound to `M-.` by
   default, via remapping `js-find-symbol`. To get back to the default