Skip to content

Commit 9c1c19f

Browse files
author
default
committed
add a change tracker entry
1 parent dc50770 commit 9c1c19f

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
@@ -210,4 +210,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
210210
severity: ChangeSeverity::Info,
211211
summary: "the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`",
212212
},
213+
ChangeInfo {
214+
change_id: 126875,
215+
severity: ChangeSeverity::Info,
216+
summary: "Rename the bootstrap configuration file from `config.toml` to `bootstrap.toml`.",
217+
},
213218
];

0 commit comments

Comments
 (0)