about summary refs log tree commit diff
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-02-22 01:33:06 +0300
committeronur-ozkan <work@onurozkan.dev>2024-02-22 01:43:13 +0300
commita13ec8d00396ac6f5a3f285f8fcd95a2ab6c8824 (patch)
tree2aa66a9262136575d620bfea562508bd6cea06ad
parent94597e85cfd2df40b467f087a12c8f727813b947 (diff)
downloadrust-a13ec8d00396ac6f5a3f285f8fcd95a2ab6c8824.tar.gz
rust-a13ec8d00396ac6f5a3f285f8fcd95a2ab6c8824.zip
add changelog entry
Signed-off-by: onur-ozkan <work@onurozkan.dev>
-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 b813d82ca6f..9a50ad4437e 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -131,4 +131,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Warning,
         summary: "The \"codegen\"/\"llvm\" profile has been removed and replaced with \"compiler\", use it instead for the same behavior.",
     },
+    ChangeInfo {
+        change_id: 118724,
+        severity: ChangeSeverity::Info,
+        summary: "`x install` now skips providing tarball sources (under 'build/dist' path) to speed up the installation process.",
+    },
 ];