Skip to content

Commit 4aa0dfa

Browse files
committed
feat(docs): update change log
1 parent 231839f commit 4aa0dfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Semantic Versioning.
1919
* `x?.y.z` now reports [E0718][] ("using a '.' after a '?.' might fail, since
2020
'?.' might return 'undefined'"). (Implemented by [Joshua Pepple][].)
2121
([#1128][])
22+
* `for await (...)` now reports [E0162][] ("'await' is only allowed in async
23+
functions") when written in a non-async function. (Implemented by [Daniel La
24+
Rocque][].) ([#1168][])
2225

2326
### Fixed
2427

@@ -1393,6 +1396,7 @@ Beta release.
13931396
[#1139]: https://github.com/quick-lint/quick-lint-js/issues/1139
13941397
[#1152]: https://github.com/quick-lint/quick-lint-js/issues/1152
13951398
[#1155]: https://github.com/quick-lint/quick-lint-js/issues/1155
1399+
[#1168]: https://github.com/quick-lint/quick-lint-js/pull/1168
13961400
[#1171]: https://github.com/quick-lint/quick-lint-js/issues/1171
13971401
[#1180]: https://github.com/quick-lint/quick-lint-js/issues/1180
13981402

@@ -1442,6 +1446,7 @@ Beta release.
14421446
[E0151]: https://quick-lint-js.com/errors/E0151/
14431447
[E0155]: https://quick-lint-js.com/errors/E0155/
14441448
[E0161]: https://quick-lint-js.com/errors/E0161/
1449+
[E0162]: https://quick-lint-js.com/errors/E0162/
14451450
[E0172]: https://quick-lint-js.com/errors/E0172/
14461451
[E0173]: https://quick-lint-js.com/errors/E0173/
14471452
[E0176]: https://quick-lint-js.com/errors/E0176/

0 commit comments

Comments
 (0)