Skip to content

Commit 2579dd1

Browse files
committed
add changeInfo to change tracker
1 parent 1eac3e3 commit 2579dd1

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
@@ -390,4 +390,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
390390
severity: ChangeSeverity::Warning,
391391
summary: "The default configuration filename has changed from `config.toml` to `bootstrap.toml`. `config.toml` is deprecated but remains supported for backward compatibility.",
392392
},
393+
ChangeInfo {
394+
change_id: 138986,
395+
severity: ChangeSeverity::Info,
396+
summary: "You can now use `change_id = \"ignore\"` to suppress `change_id` warnings in the console.",
397+
},
393398
];

0 commit comments

Comments
 (0)