Skip to content

Commit 51fe95a

Browse files
committed
Docs: update change log
1 parent d087d28 commit 51fe95a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Semantic Versioning.
1414
catch-all [E0054][]. (Thanks to [Dave Churchill][] for reporting.)
1515
* Statements before the first `case` in a `switch` now report [E0198][]
1616
(implemented by [Himanshu][]).
17+
* When building from source, you can tell quick-lint-js to use your copy of
18+
third-party dependencies instead of quick-lint-js' bundled
19+
dependencies:
20+
* `-DQUICK_LINT_JS_USE_BUNDLED_BOOST=OFF`: Use your own copy of Boost.
21+
* `-DQUICK_LINT_JS_USE_BUNDLED_GOOGLE_BENCHMARK=OFF`: Use your own copy of Google Benchmark (benchmarks only).
22+
* `-DQUICK_LINT_JS_USE_BUNDLED_GOOGLE_TEST=OFF`: Use your own copy of Google Test (tests only).
23+
* `-DQUICK_LINT_JS_USE_BUNDLED_SIMDJSON=OFF`: Use your own copy of simdjson.
1724

1825
## 2.2.0 (2022-02-17)
1926

0 commit comments

Comments
 (0)