Add a change entry
This commit is contained in:
parent
dd95cb7106
commit
9bdb8a6888
@ -141,4 +141,9 @@ pub fn find_recent_config_change_ids(current_id: usize) -> Vec<ChangeInfo> {
|
|||||||
severity: ChangeSeverity::Info,
|
severity: ChangeSeverity::Info,
|
||||||
summary: "A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.",
|
summary: "A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.",
|
||||||
},
|
},
|
||||||
|
ChangeInfo {
|
||||||
|
change_id: 122108,
|
||||||
|
severity: ChangeSeverity::Info,
|
||||||
|
summary: "a new `target.*.runner` option is available to specify a wrapper executable required to run tests for a target",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user