add change entry for the removal of changelog-seen
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
a57a990416
commit
cce21be686
1 changed files with 5 additions and 0 deletions
|
|
@ -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.",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue