add change-entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
31e612bd7b
commit
92956e8cd6
1 changed files with 5 additions and 0 deletions
|
@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 137723,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue