Skip to content

Commit 62da9aa

Browse files
committed
feat(docs): update changelog
1 parent 366b64c commit 62da9aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Semantic Versioning.
4343
[E0048][].
4444
* Using a variable called `async`, then exporting something, no longer reports
4545
an unexpected token error (implemented by [Alek Lefebvre][]).
46+
* `class C { x = 0, y; }` now reports [E0330][] ("',' should be ';' instead")
47+
instead of [E0057][] ("use of undeclared variable: y") (implemented by
48+
[clegoz][]).
4649

4750
## 2.10.0 (2022-10-14)
4851

@@ -839,6 +842,7 @@ Beta release.
839842
[E0325]: https://quick-lint-js.com/errors/E0325/
840843
[E0326]: https://quick-lint-js.com/errors/E0326/
841844
[E0327]: https://quick-lint-js.com/errors/E0327/
845+
[E0330]: https://quick-lint-js.com/errors/E0330/
842846
[E0341]: https://quick-lint-js.com/errors/E0341/
843847
[E0344]: https://quick-lint-js.com/errors/E0344/
844848
[E0345]: https://quick-lint-js.com/errors/E0345/

0 commit comments

Comments
 (0)