Skip to content

Commit d0777ca

Browse files
committed
Add a change tracker entry
1 parent 45b5cfa commit d0777ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
200200
severity: ChangeSeverity::Warning,
201201
summary: "`llvm.lld` is enabled by default for the dist profile. If set to false, `lld` will not be included in the dist build.",
202202
},
203+
ChangeInfo {
204+
change_id: 127866,
205+
severity: ChangeSeverity::Info,
206+
summary: "the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`",
207+
},
203208
];

0 commit comments

Comments
 (0)