Skip to content

Commit 5a574b2

Browse files
committed
add changelog entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent 953612a commit 5a574b2

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
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
8686
severity: ChangeSeverity::Info,
8787
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
8888
},
89+
ChangeInfo {
90+
change_id: 118724,
91+
severity: ChangeSeverity::Info,
92+
summary: "`x install` now skips providing tarball sources (under 'build/dist' path) to speed up the installation process.",
93+
},
8994
];

0 commit comments

Comments
 (0)