Skip to content

Commit

Permalink
chore(docs): update change log and authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Jan 4, 2024
1 parent 8bcb1ca commit 6561ff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ authored portions of quick-lint-js:
* Jesus Gil; [email protected]; signed CLA-v1.md
* Jesús Eduardo; [email protected]; signed CLA-v1.md
* Jimmy Qiu; [email protected]; signed CLA-v1.md
* Joshua Pepple; [email protected]; signed CLA-v1.md
* Justin Welenofsky; [email protected]; signed CLA-v1.md
* Kate Conkright; [email protected]; signed CLA-v1.md
* Kim "Linden"; [email protected]; signed CLA-v1.md
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Semantic Versioning.

## Unreleased

### Added

* Writing a namespace alias with `import type`, such as in
`import type ns = otherns;`, now reports [E0717][] ("namespace alias cannot
use 'import type'"). (Implemented by [koopiehoop][].)
* `x?.y.z` now reports [E0718][] ("using a '.' after a '?.' might fail, since
'?.' might return 'undefined'"). (Implemented by [Joshua Pepple][].)

### Fixed

* quick-lint-js's tracing no longer crashes with an assertion failure when
Expand Down Expand Up @@ -1337,6 +1345,7 @@ Beta release.
[James Moles]: https://github.com/JPMoles
[Jenny "Jennipuff" Wheat]: https://twitter.com/jennipaff
[Jimmy Qiu]: https://github.com/lifeinData
[Joshua Pepple]: https://github.com/pepplejoshua
[Kate Conkright]: https://github.com/applepie23
[Kim "Linden"]: https://github.com/Lindenbyte
[Lee Wannacott]: https://github.com/LeeWannacott
Expand Down

0 comments on commit 6561ff5

Please sign in to comment.