about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-12-04 16:08:37 +0300
committeronur-ozkan <work@onurozkan.dev>2024-12-04 16:13:41 +0300
commit9ca9b41df2ca682c815b9bb3e580ce93b216a50d (patch)
treedc96367c27b146f99ac511af6b638935f04cb69e /src/bootstrap
parenta6aaef14e6ea27b2051b2870acb62fd0553be17f (diff)
downloadrust-9ca9b41df2ca682c815b9bb3e580ce93b216a50d.tar.gz
rust-9ca9b41df2ca682c815b9bb3e580ce93b216a50d.zip
add a change entry for new default on `build.vendor`
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/utils/change_tracker.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs
index 41a541d7269..f4f189c718a 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -310,4 +310,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "Revert `rust.download-rustc` global default to `false` and only use `rust.download-rustc = \"if-unchanged\"` default for library and tools profile. As alt CI rustc is built without debug assertions, `rust.debug-assertions = true` will now inhibit downloading CI rustc.",
     },
+    ChangeInfo {
+        change_id: 133853,
+        severity: ChangeSeverity::Info,
+        summary: "`build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.",
+    },
 ];