add change entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
9df53f58b4
commit
caca33192b
1 changed files with 5 additions and 0 deletions
|
|
@ -411,4 +411,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "`./x run` now supports running in-tree `rustfmt`, e.g., `./x run rustfmt -- --check /path/to/file.rs`.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 119899,
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue