Skip to content

Commit cce21be

Browse files
committed
add change entry for the removal of changelog-seen
Signed-off-by: onur-ozkan <[email protected]>
1 parent a57a990 commit cce21be

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
@@ -170,4 +170,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
170170
severity: ChangeSeverity::Warning,
171171
summary: "`rust.split-debuginfo` has been moved to `target.<triple>.split-debuginfo` and its default value is determined for each target individually.",
172172
},
173+
ChangeInfo {
174+
change_id: 123711,
175+
severity: ChangeSeverity::Warning,
176+
summary: "The deprecated field `changelog-seen` has been removed. Using that field in `config.toml` from now on will result in breakage.",
177+
},
173178
];

0 commit comments

Comments
 (0)