summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2017-07-16 23:13:54 +0300
committerDmitry Gutov <dgutov@yandex.ru>2017-07-16 23:13:54 +0300
commit92a8857c7b99c6469434c2c4ae0f0f8fe29e2a47 (patch)
tree893eb074d8cb75cf2184e276816a0c3251abfd2f /NEWS.md
parent558f53f6b6749b09b03b858b0b1dfaeffbba4042 (diff)
Support async arrow function without parentheses
Fixes #433.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 587fe0d..bdf52ae 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,7 @@
## Next
+* Support async arrow function without parentheses.
* Support for trailing commas in function parameter lists.
## 2017-01-16