add change-tracker for new download-ci-llvm default
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
4e090e70d1
commit
05f10f4765
1 changed files with 5 additions and 0 deletions
|
@ -265,4 +265,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
||||||
severity: ChangeSeverity::Info,
|
severity: ChangeSeverity::Info,
|
||||||
summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
|
summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
|
||||||
},
|
},
|
||||||
|
ChangeInfo {
|
||||||
|
change_id: 130529,
|
||||||
|
severity: ChangeSeverity::Info,
|
||||||
|
summary: "If `llvm.download-ci-llvm` is not defined, it defaults to `true`.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue