Skip to content

Commit 4aad30c

Browse files
committed
add change-entry for x test stage update
Signed-off-by: onur-ozkan <[email protected]>
1 parent ec7c01e commit 4aad30c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,4 +355,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
355355
severity: ChangeSeverity::Info,
356356
summary: "It is now possible to configure `jemalloc` for each target",
357357
},
358+
ChangeInfo {
359+
change_id: 137215,
360+
severity: ChangeSeverity::Info,
361+
summary: "Default stage for `x test` has been increased from 1 to 2.",
362+
},
358363
];

0 commit comments

Comments
 (0)