Skip to content

Commit 4360c52

Browse files
committed
Add change tracker entry
1 parent 72b606d commit 4360c52

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
@@ -496,4 +496,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
496496
severity: ChangeSeverity::Warning,
497497
summary: "It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.",
498498
},
499+
ChangeInfo {
500+
change_id: 145295,
501+
severity: ChangeSeverity::Warning,
502+
summary: "The names of stageN directories in the build directory have been consolidated with the new (post-stage-0-redesign) staging scheme. Some tools and binaries might be located in a different build directory than before.",
503+
},
499504
];

0 commit comments

Comments
 (0)