Skip to content

Commit 2c39c2b

Browse files
committed
Register change info
1 parent 38f0c09 commit 2c39c2b

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: 133207,
305+
severity: ChangeSeverity::Info,
306+
summary: "llvm tools are is now enabled by default when no `config.toml` is provided.",
307+
},
303308
];

0 commit comments

Comments
 (0)