We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc50770 commit 9c1c19fCopy full SHA for 9c1c19f
src/bootstrap/src/utils/change_tracker.rs
@@ -210,4 +210,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
210
severity: ChangeSeverity::Info,
211
summary: "the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`",
212
},
213
+ ChangeInfo {
214
+ change_id: 126875,
215
+ severity: ChangeSeverity::Info,
216
+ summary: "Rename the bootstrap configuration file from `config.toml` to `bootstrap.toml`.",
217
+ },
218
];
0 commit comments