Add a change tracker entry
This commit is contained in:
parent
ae82726a44
commit
f0a2b5b0d9
1 changed files with 5 additions and 0 deletions
|
@ -205,4 +205,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Warning,
|
||||
summary: "`debug-logging` option has been removed from the default `tools` profile.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 127866,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue