Add change tracker entry

This commit is contained in:
Jakub Beránek 2025-03-05 11:39:43 +01:00
parent bc6302ca6d
commit 2b1b09ce0e

View file

@ -370,4 +370,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
},
ChangeInfo {
change_id: 138051,
severity: ChangeSeverity::Info,
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
},
];