Skip to content

Commit fae26e7

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

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
@@ -330,4 +330,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
330330
severity: ChangeSeverity::Warning,
331331
summary: "It is now possible to configure `optimized-compiler-builtins` for per target.",
332332
},
333+
ChangeInfo {
334+
change_id: 135281,
335+
severity: ChangeSeverity::Warning,
336+
summary: "Some stamp names in the build artifacts may have changed slightly (e.g., from `llvm-finished-building` to `.llvm-stamp`).",
337+
},
333338
];

0 commit comments

Comments
 (0)