Skip to content

Commit

Permalink
Add changeinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Nov 15, 2024
1 parent 453ff0d commit 2e477ae
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 @@ -300,4 +300,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
},
ChangeInfo {
change_id: 133068,
severity: ChangeSeverity::Info,
summary: "Reverted `download-rustc` defaults; global default is now `false`, and only `'if-unchanged'` for tools profile.",
},
];

0 comments on commit 2e477ae

Please sign in to comment.