Add change tracker entry
This commit is contained in:
parent
bccc11e230
commit
35bbb01ea9
1 changed files with 5 additions and 0 deletions
|
|
@ -315,4 +315,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: "`build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 134809,
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "compiletest now takes `--no-capture` instead of `--nocapture`; bootstrap now accepts `--no-capture` as an argument to test commands directly",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue