branch: master commit b176925c4d8a21e0ed375e13cf6aa04cdf3b4a0e Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Update NEWS.md --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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