Skip to content

Commit

Permalink
update CONFIG_CHANGE_HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
Orion Gonzalez committed Oct 3, 2024
1 parent 0f03576 commit 2f5a52e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/change_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
severity: ChangeSeverity::Info,
summary: "If `llvm.download-ci-llvm` is not defined, it defaults to `true`.",
},
ChangeInfo {
change_id: 131181,
severity: ChangeSeverity::Info,
summary: "New option `build.display-diff-tool` that adds support for a custom differ for compiletests",
},
];

0 comments on commit 2f5a52e

Please sign in to comment.