Skip to content

Commit 3cbe872

Browse files
committed
add changeInfo to change tracker
1 parent 1ba55ff commit 3cbe872

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
396396
severity: ChangeSeverity::Warning,
397397
summary: "The default configuration filename has changed from `config.toml` to `bootstrap.toml`. `config.toml` is deprecated but remains supported for backward compatibility.",
398398
},
399+
ChangeInfo {
400+
change_id: 138986,
401+
severity: ChangeSeverity::Info,
402+
summary: "You can now use `change_id = \"ignore\"` to suppress `change_id` warnings in the console.",
403+
},
399404
];

0 commit comments

Comments
 (0)