Skip to content

Commit 92956e8

Browse files
committed
add change-entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent 31e612b commit 92956e8

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
@@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
365365
severity: ChangeSeverity::Info,
366366
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367367
},
368+
ChangeInfo {
369+
change_id: 137723,
370+
severity: ChangeSeverity::Info,
371+
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
372+
},
368373
];

0 commit comments

Comments
 (0)