Skip to content

Commit ea769db

Browse files
committed
Add change tracker entry
1 parent cbfe632 commit ea769db

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
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
8686
severity: ChangeSeverity::Info,
8787
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
8888
},
89+
ChangeInfo {
90+
change_id: 116278,
91+
severity: ChangeSeverity::Info,
92+
summary: "The `rust.use-lld` configuration now has different options ('external'/true or 'self-contained'), and its behaviour has changed.",
93+
},
8994
];

0 commit comments

Comments
 (0)