branch: externals/js2-mode commit b891edecedf30be6321e2f109fdfeb25b0edad27 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Add NEWS entry --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3b2d138..51c1ab4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # History of user-visible changes +## Next + +* Support for `for await of` syntax ([#543](https://github.com/mooz/js2-mode/pull/543)). + ## 2020-12-20 * Support for logical assignment operators ([#564](https://github.com/mooz/js2-mode/issues/564)).