Skip to content

Commit f185a94

Browse files
committed
Docs: update change log
1 parent ac7f1d2 commit f185a94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Semantic Versioning.
1212

1313
* An incomplete `class` now reports [E0199][] instead of failing with the
1414
catch-all [E0054][]. (Thanks to [Dave Churchill][] for reporting.)
15+
* Statements before the first `case` in a `switch` now report [E0198][]
16+
(implemented by [Himanshu][]).
1517

1618
## 2.2.0 (2022-02-17)
1719

@@ -471,6 +473,7 @@ Beta release.
471473
[E0195]: https://quick-lint-js.com/errors/E0195/
472474
[E0196]: https://quick-lint-js.com/errors/E0196/
473475
[E0197]: https://quick-lint-js.com/errors/E0197/
476+
[E0198]: https://quick-lint-js.com/errors/E0198/
474477
[E0199]: https://quick-lint-js.com/errors/E0199/
475478
[E0203]: https://quick-lint-js.com/errors/E0203/
476479
[E0205]: https://quick-lint-js.com/errors/E0205/

0 commit comments

Comments
 (0)