Skip to content

Commit

Permalink
chore(docs): update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Nov 21, 2023
1 parent 441dc12 commit 0db3c80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Semantic Versioning.

### Added

* Missing `break;` (or `return;` or `throw ...;` or `// fallthrough`) after a
clause in `switch` statement now reports [E0427][] ("missing 'break;' or '//
fallthrough' comment between statement and 'case'"). (Implemented by [Yash
Masani][].)
* TypeScript support (still experimental):
* `export as namespace` statements are now parsed.
* `case await x:` no longer treats `:` as if it was a type annotation colon in
Expand Down Expand Up @@ -1296,6 +1300,7 @@ Beta release.
[E0384]: https://quick-lint-js.com/errors/E0384/
[E0398]: https://quick-lint-js.com/errors/E0398/
[E0426]: https://quick-lint-js.com/errors/E0426/
[E0427]: https://quick-lint-js.com/errors/E0427/
[E0450]: https://quick-lint-js.com/errors/E0450/
[E0451]: https://quick-lint-js.com/errors/E0451/
[E0452]: https://quick-lint-js.com/errors/E0452/
Expand Down

0 comments on commit 0db3c80

Please sign in to comment.