Skip to content

Commit 329dacf

Browse files
committed
add change entry for library profile update
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7fd3ce4 commit 329dacf

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
@@ -290,4 +290,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
290290
severity: ChangeSeverity::Info,
291291
summary: "New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency.",
292292
},
293+
ChangeInfo {
294+
change_id: 132494,
295+
severity: ChangeSeverity::Info,
296+
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
297+
},
293298
];

0 commit comments

Comments
 (0)