about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-01-12 08:46:58 +0300
committeronur-ozkan <work@onurozkan.dev>2025-01-12 08:46:58 +0300
commitfae26e7ffae16ef3f550c83ad2f45792621bb6b7 (patch)
tree2a5591c139c2b382f3b998faf4b98ef478b54fc9
parent9611d8ea1359bc687cb5cca5bf3875dbe4790904 (diff)
downloadrust-fae26e7ffae16ef3f550c83ad2f45792621bb6b7.tar.gz
rust-fae26e7ffae16ef3f550c83ad2f45792621bb6b7.zip
add change entry for renamings
Signed-off-by: onur-ozkan <work@onurozkan.dev>
-rw-r--r--src/bootstrap/src/utils/change_tracker.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs
index 75c9c677ff5..85d17c8fa50 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -330,4 +330,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "It is now possible to configure `optimized-compiler-builtins` for per target.",
     },
+    ChangeInfo {
+        change_id: 135281,
+        severity: ChangeSeverity::Warning,
+        summary: "Some stamp names in the build artifacts may have changed slightly (e.g., from `llvm-finished-building` to `.llvm-stamp`).",
+    },
 ];