Skip to content

Commit

Permalink
Add change info to change tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Feb 23, 2025
1 parent 40abafb commit daf8f8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/change_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
},
ChangeInfo {
change_id: 137147,
severity: ChangeSeverity::Info,
summary: "New option `build.exclude` that adds support for excluding test.",
},
];

0 comments on commit daf8f8d

Please sign in to comment.