1
Fork 0

Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol

update change entry for #137147

r? `@RalfJung`
This commit is contained in:
Jacob Pratt 2025-03-17 05:47:54 -04:00 committed by GitHub
commit 87b87b1966
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,6 +383,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
ChangeInfo {
change_id: 137147,
severity: ChangeSeverity::Info,
summary: "New option `build.exclude` that adds support for excluding test.",
summary: "Added new option `build.exclude` which works the same way as `--exclude` flag on `x`.",
},
];