add change tracker notice
This commit is contained in:
parent
ee5d15ce43
commit
2abfa35acd
@ -225,4 +225,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
|||||||
severity: ChangeSeverity::Info,
|
severity: ChangeSeverity::Info,
|
||||||
summary: "New option `llvm.libzstd` to control whether llvm is built with zstd support.",
|
summary: "New option `llvm.libzstd` to control whether llvm is built with zstd support.",
|
||||||
},
|
},
|
||||||
|
ChangeInfo {
|
||||||
|
change_id: 128841,
|
||||||
|
severity: ChangeSeverity::Warning,
|
||||||
|
summary: "./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user