Skip to content

Commit f7a24e6

Browse files
committed
add change-entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent ec04a9e commit f7a24e6

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
@@ -340,4 +340,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
340340
severity: ChangeSeverity::Info,
341341
summary: "Change the compiler profile to default to rust.debug-assertions = true",
342342
},
343+
ChangeInfo {
344+
change_id: 136048,
345+
severity: ChangeSeverity::Info,
346+
summary: "Added new flag support `--release`.",
347+
},
343348
];

0 commit comments

Comments
 (0)