Skip to content

Commit

Permalink
add a change tracker entry
Browse files Browse the repository at this point in the history
  • Loading branch information
default committed Jul 24, 2024
1 parent dc50770 commit 9c1c19f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/change_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
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`",
},
ChangeInfo {
change_id: 126875,
severity: ChangeSeverity::Info,
summary: "Rename the bootstrap configuration file from `config.toml` to `bootstrap.toml`.",
},
];

0 comments on commit 9c1c19f

Please sign in to comment.