Add change info to change tracker

This commit is contained in:
bit-aloo 2025-02-17 01:34:32 +05:30
parent 7d1537e425
commit 22571da9f8
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA

View file

@ -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.",
},
];