add changeInfo to change tracker

This commit is contained in:
bit-aloo 2025-03-26 18:25:47 +05:30
parent eaa0613e8d
commit 02444322c0
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA

View file

@ -390,4 +390,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Warning,
summary: "The default configuration filename has changed from `config.toml` to `bootstrap.toml`. `config.toml` is deprecated but remains supported for backward compatibility.",
},
ChangeInfo {
change_id: 138986,
severity: ChangeSeverity::Info,
summary: "You can now use `change_id = \"ignore\"` to suppress `change_id` warnings in the console.",
},
];