add change entry for library profile update
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
7fd3ce4b4b
commit
329dacff10
1 changed files with 5 additions and 0 deletions
|
@ -290,4 +290,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 132494,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue