Skip to content

Commit f4e279f

Browse files
committed
Add bootstrap changelog entry
1 parent 28af00c commit f4e279f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
111111
severity: ChangeSeverity::Warning,
112112
summary: "A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details.",
113113
},
114+
ChangeInfo {
115+
change_id: 120348,
116+
severity: ChangeSeverity::Info,
117+
summary: "New option `target.<triple>.codegen-backends` added to config.toml.",
118+
},
114119
];

0 commit comments

Comments
 (0)