Skip to content

Commit

Permalink
add change-entry for x test stage update
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Feb 19, 2025
1 parent 15d3738 commit d09b03d
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 @@ -355,4 +355,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "It is now possible to configure `jemalloc` for each target",
},
ChangeInfo {
change_id: 137215,
severity: ChangeSeverity::Info,
summary: "Default stage for `x test` has been increased from 1 to 2.",
},
];

0 comments on commit d09b03d

Please sign in to comment.