We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953612a commit 5a574b2Copy full SHA for 5a574b2
src/bootstrap/src/utils/change_tracker.rs
@@ -86,4 +86,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
86
severity: ChangeSeverity::Info,
87
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
88
},
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
+ },
94
];
0 commit comments