summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2017-07-16 23:43:40 +0300
committerDmitry Gutov <dgutov@yandex.ru>2017-07-16 23:43:40 +0300
commitb176925c4d8a21e0ed375e13cf6aa04cdf3b4a0e (patch)
treed118b828e0fc0e965b278e2f6977d6baf1f9b864 /NEWS.md
parent92a8857c7b99c6469434c2c4ae0f0f8fe29e2a47 (diff)
Update NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index bdf52ae..850d4ab 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,8 +2,12 @@
## Next
-* Support async arrow function without parentheses.
+* Support for async arrow function without parentheses.
+* Support for `/*jslint` declarations.
+* User option `js2-getprop-has-side-effects`.
* Support for trailing commas in function parameter lists.
+* Support for ES7 public class fields.
+* New user option `js2-ignored-warnings`.
## 2017-01-16