Skip to content

Commit 2e477ae

Browse files
committed
Add changeinfo
1 parent 453ff0d commit 2e477ae

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
@@ -300,4 +300,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
300300
severity: ChangeSeverity::Info,
301301
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
302302
},
303+
ChangeInfo {
304+
change_id: 133068,
305+
severity: ChangeSeverity::Info,
306+
summary: "Reverted `download-rustc` defaults; global default is now `false`, and only `'if-unchanged'` for tools profile.",
307+
},
303308
];

0 commit comments

Comments
 (0)