Add change tracker entry

This commit is contained in:
Jakub Beránek 2025-06-24 08:25:49 +02:00
parent 62639c9b56
commit b176ae2177
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -426,4 +426,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with",
},
ChangeInfo {
change_id: 142581,
severity: ChangeSeverity::Warning,
summary: "It is no longer possible to `x build` with stage 0. All build commands have to be on stage 1+.",
},
];