Skip to content

Commit 9206960

Browse files
committed
Add change info to change tracker
1 parent d9ceab9 commit 9206960

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: 137147,
370+
severity: ChangeSeverity::Info,
371+
summary: "New option `build.exclude` that adds support for excluding test.",
372+
},
368373
];

0 commit comments

Comments
 (0)