Skip to content

Commit 4f107e6

Browse files
authored
Add bootstrap changelog entry
1 parent 28af00c commit 4f107e6

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
@@ -61,6 +61,11 @@ pub fn find_recent_config_change_ids(current_id: usize) -> Vec<ChangeInfo> {
6161
/// please ensure adding `ChangeInfo` to the end(because the list must be sorted by the merge date)
6262
/// of this list.
6363
pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
64+
ChangeInfo {
65+
change_id: 120348,
66+
severity: ChangeSeverity::Info,
67+
summary: "Added an option to select the codegen backend for individual host triples",
68+
}
6469
ChangeInfo {
6570
change_id: 115898,
6671
severity: ChangeSeverity::Info,

0 commit comments

Comments
 (0)