add change entry for rls removal
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
56d0b160f8
commit
707d4b7a93
1 changed files with 5 additions and 0 deletions
|
@ -375,4 +375,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 126856,
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue