about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2024-03-08 07:43:35 -0800
committerAlex Crichton <alex@alexcrichton.com>2024-03-08 11:25:19 -0800
commit9bdb8a6888939c61c2907a5d37562833cf8d1ff3 (patch)
tree25ff8538c27fde024e96e9eb612ff033c961a2eb
parentdd95cb7106e60a79a994899aa4836d6dc8b5b9fa (diff)
downloadrust-9bdb8a6888939c61c2907a5d37562833cf8d1ff3.tar.gz
rust-9bdb8a6888939c61c2907a5d37562833cf8d1ff3.zip
Add a change entry
-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 d166b84e51f..a348fa35841 100644
--- a/src/bootstrap/src/utils/change_tracker.rs
+++ b/src/bootstrap/src/utils/change_tracker.rs
@@ -141,4 +141,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
         severity: ChangeSeverity::Info,
         summary: "A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.",
     },
+    ChangeInfo {
+        change_id: 122108,
+        severity: ChangeSeverity::Info,
+        summary: "a new `target.*.runner` option is available to specify a wrapper executable required to run tests for a target",
+    },
 ];