bootstrap: add change_tracker entry for removal of spellcheck:fix
This commit is contained in:
parent
c1ed2ac8a2
commit
9f78173bb5
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue