Add change info to change tracker
This commit is contained in:
parent
7d1537e425
commit
22571da9f8
1 changed files with 5 additions and 0 deletions
|
|
@ -380,4 +380,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Warning,
|
||||
summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 137147,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "New option `build.exclude` that adds support for excluding test.",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue