branch: master
commit 37867af4dcb9b1301cddc390402bd6e320052b67
Author: Carl Lei <[email protected]>
Commit: Carl Lei <[email protected]>
Add NEWS entry about rename to method-node
---
NEWS.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/NEWS.md b/NEWS.md
index 015e8d6..aa04a42 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,10 @@
* 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