branch: externals/js2-mode
commit 2da8a3b6356127aa710e7785784106f285f1b44f
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Add NEWS entry for the last change
---
NEWS.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/NEWS.md b/NEWS.md
index 51c1ab4..bf6f109 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,8 @@
## Next
+* Support for trailing comma in arrow function parameters
+ ([#480](https://github.com/mooz/js2-mode/issues/480)).
* Support for `for await of` syntax
([#543](https://github.com/mooz/js2-mode/pull/543)).
## 2020-12-20