Skip to content

Commit

Permalink
feat(docs): document known build-tools install issue for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Oct 26, 2023
1 parent 3923f0d commit 5804e3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Semantic Versioning.

[Downloads](https://c.quick-lint-js.com/releases/2.17.0/)

### Known issues

* `cmake --install` with `--component build-tools` does not install the build
tools. (This is a regression introduced in quick-lint-js version 2.16.0.)
Patch: [Git commit
3923f0df76d24b73d57f15eec61ab190ea048093][cmake-install-component-build-tools-patch]

### Added

* quick-lint-js now understands decorators.
Expand Down Expand Up @@ -89,6 +96,12 @@ Semantic Versioning.

[Downloads](https://c.quick-lint-js.com/releases/2.16.0/)

### Known issues

* `cmake --install` with `--component build-tools` does not install the build
tools. Patch: [Git commit
3923f0df76d24b73d57f15eec61ab190ea048093][cmake-install-component-build-tools-patch]

### Added

* `2 ^ 8` now reports [E0710][] ("'^' is the XOR operator; to exponentiate, use
Expand Down Expand Up @@ -1079,6 +1092,7 @@ Beta release.
[Bun]: https://bun.sh/
[Deno]: https://deno.land/
[cli-language]: ../cli/#language
[cmake-install-component-build-tools-patch]: https://github.com/quick-lint/quick-lint-js/commit/3923f0df76d24b73d57f15eec61ab190ea048093.patch
[coc.nvim]: https://github.com/neoclide/coc.nvim
[config-global-groups]: https://quick-lint-js.com/config/#global-groups
[cross-compiling-quick-lint-js]: https://quick-lint-js.com/contribute/build-from-source/cross-compiling/
Expand Down

0 comments on commit 5804e3c

Please sign in to comment.