Skip to content

Commit 4168680

Browse files
committed
add change entry for renamings
Signed-off-by: onur-ozkan <[email protected]>
1 parent 5874ff8 commit 4168680

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
@@ -325,4 +325,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
325325
severity: ChangeSeverity::Warning,
326326
summary: "Removed `rust.parallel-compiler` as it was deprecated in #132282 long time ago.",
327327
},
328+
ChangeInfo {
329+
change_id: 135281,
330+
severity: ChangeSeverity::Warning,
331+
summary: "Some stamp names in the build artifacts may have changed slightly (e.g., from `llvm-finished-building` to `.llvm-stamp`).",
332+
},
328333
];

0 commit comments

Comments
 (0)