Skip to content

Commit 63a562a

Browse files
committed
Add a ChangeInfo.
1 parent a54c136 commit 63a562a

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
@@ -220,4 +220,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
220220
severity: ChangeSeverity::Warning,
221221
summary: "For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file.",
222222
},
223+
ChangeInfo {
224+
change_id: 125642,
225+
severity: ChangeSeverity::Info,
226+
summary: "New option `llvm-libzstd` to control whether llvm is built with zstd support.",
227+
},
223228
];

0 commit comments

Comments
 (0)