Skip to content

Commit a13ec8d

Browse files
committed
add changelog entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent 94597e8 commit a13ec8d

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
@@ -131,4 +131,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
131131
severity: ChangeSeverity::Warning,
132132
summary: "The \"codegen\"/\"llvm\" profile has been removed and replaced with \"compiler\", use it instead for the same behavior.",
133133
},
134+
ChangeInfo {
135+
change_id: 118724,
136+
severity: ChangeSeverity::Info,
137+
summary: "`x install` now skips providing tarball sources (under 'build/dist' path) to speed up the installation process.",
138+
},
134139
];

0 commit comments

Comments
 (0)