Add change tracker entry

This commit is contained in:
Jakub Beránek 2023-12-03 10:29:30 +01:00
parent cbfe6327a1
commit ea769dbeb7
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
1 changed files with 5 additions and 0 deletions

View File

@ -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.",
},
];