File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments