bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks

This commit is contained in:
binarycat 2025-06-30 12:15:28 -05:00
parent 90b2d24692
commit 1d3cbb3a1c

View file

@ -441,4 +441,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Warning,
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
},
ChangeInfo {
change_id: 143251,
severity: ChangeSeverity::Info,
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
},
];