Add change tracker entry
This commit is contained in:
parent
cbfe6327a1
commit
ea769dbeb7
1 changed files with 5 additions and 0 deletions
|
@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 116278,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "The `rust.use-lld` configuration now has different options ('external'/true or 'self-contained'), and its behaviour has changed.",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue