Skip to content

Commit 0db3c80

Browse files
committed
chore(docs): update change log
1 parent 441dc12 commit 0db3c80

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
@@ -10,6 +10,10 @@ Semantic Versioning.
1010

1111
### Added
1212

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

0 commit comments

Comments
 (0)