Skip to content

Commit d5e8eca

Browse files
committed
add change entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 539310f commit d5e8eca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
416416
severity: ChangeSeverity::Warning,
417417
summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
418418
},
419+
ChangeInfo {
420+
change_id: 141914,
421+
severity: ChangeSeverity::Warning,
422+
summary: "Default stage of `x check` was changed to 0 for `compiler` profile.",
423+
},
419424
];

0 commit comments

Comments
 (0)