Skip to content

Commit 44b48a7

Browse files
committed
Add change tracker entry
1 parent c3bf2fc commit 44b48a7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,29 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
350350
severity: ChangeSeverity::Info,
351351
summary: "The llvm.ccache option has moved to build.ccache. llvm.ccache is now deprecated.",
352352
},
353+
ChangeInfo {
354+
change_id: 137170,
355+
severity: ChangeSeverity::Info,
356+
summary: "It is now possible to configure `jemalloc` for each target",
357+
},
358+
ChangeInfo {
359+
change_id: 137215,
360+
severity: ChangeSeverity::Info,
361+
summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362+
},
363+
ChangeInfo {
364+
change_id: 137220,
365+
severity: ChangeSeverity::Info,
366+
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367+
},
368+
ChangeInfo {
369+
change_id: 137723,
370+
severity: ChangeSeverity::Info,
371+
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
372+
},
373+
ChangeInfo {
374+
change_id: 138051,
375+
severity: ChangeSeverity::Info,
376+
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
377+
},
353378
];

0 commit comments

Comments
 (0)