about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-04-10 14:10:35 +0300
committeronur-ozkan <work@onurozkan.dev>2024-04-10 14:10:35 +0300
commitcce21be686b5ad46705b0fa6472fcef90d87668f (patch)
tree176000ef01fde095248b6aa0512b9429a5046f68
parenta57a99041616612c8cd7e0cdfe4eb117f9960644 (diff)
downloadrust-cce21be686b5ad46705b0fa6472fcef90d87668f.tar.gz
rust-cce21be686b5ad46705b0fa6472fcef90d87668f.zip
add change entry for the removal of `changelog-seen`
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 277ec00fa62..db3df598a0c 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -170,4 +170,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "`rust.split-debuginfo` has been moved to `target.<triple>.split-debuginfo` and its default value is determined for each target individually.",
     },
+    ChangeInfo {
+        change_id: 123711,
+        severity: ChangeSeverity::Warning,
+        summary: "The deprecated field `changelog-seen` has been removed. Using that field in `config.toml` from now on will result in breakage.",
+    },
 ];