bootstrap: add change_tracker entry for removal of spellcheck:fix

This commit is contained in:
binarycat 2025-07-05 14:46:34 -05:00
parent c1ed2ac8a2
commit 9f78173bb5

View file

@ -446,4 +446,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
},
ChangeInfo {
change_id: 143493,
severity: ChangeSeverity::Warning,
summary: "The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead",
},
];