Skip to content

Commit

Permalink
add change tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Feb 18, 2025
1 parent 9abd018 commit 1c5aac9
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 @@ -355,4 +355,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "It is now possible to configure `jemalloc` for each target",
},
ChangeInfo {
change_id: 137220,
severity: ChangeSeverity::Info,
summary: "rust.channel now supports \"ci\" to load the channel from `src/ci/channel`",
},
];

0 comments on commit 1c5aac9

Please sign in to comment.