From 6561ff56e220b1b47fff671486b9cc9bdf48e912 Mon Sep 17 00:00:00 2001 From: "Matthew \"strager\" Glazar" Date: Thu, 4 Jan 2024 01:13:16 -0500 Subject: [PATCH] chore(docs): update change log and authors list --- docs/AUTHORS.md | 1 + docs/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md index 6057cf878d..77ca96ab1f 100644 --- a/docs/AUTHORS.md +++ b/docs/AUTHORS.md @@ -53,6 +53,7 @@ authored portions of quick-lint-js: * Jesus Gil; jesusgil.dev@gmail.com; signed CLA-v1.md * Jesús Eduardo; jeduardo.fuentes@alumnos.udg.mx; signed CLA-v1.md * Jimmy Qiu; bottlewater072@gmail.com; signed CLA-v1.md +* Joshua Pepple; pepplejoshuatams@gmail.com; signed CLA-v1.md * Justin Welenofsky; welenofsky@gmail.com; signed CLA-v1.md * Kate Conkright; conkrigh@umich.edu; signed CLA-v1.md * Kim "Linden"; kim.lindbla@gmail.com; signed CLA-v1.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c915c2a1e7..beffed9502 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 @@ -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