Skip to content

Commit db5d9b7

Browse files
committed
Add change info to change tracker
1 parent 87e2cbb commit db5d9b7

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
@@ -375,4 +375,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
375375
severity: ChangeSeverity::Info,
376376
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
377377
},
378+
ChangeInfo {
379+
change_id: 137147,
380+
severity: ChangeSeverity::Info,
381+
summary: "New option `build.exclude` that adds support for excluding test.",
382+
},
378383
];

0 commit comments

Comments
 (0)