From 46a869bad632920669831130edc91c991138e275 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 27 Oct 2023 07:26:40 -0400 Subject: [PATCH 1/2] changelog: Uses fastboot by default --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99a5ffe0045a1..55199b8435a377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Release channels have their own copy of this changelog: ## [1.18.0] - Unreleased * Changes * Added a github check to support `changelog` label + * Uses fastboot by default (#33883) * Upgrade Notes ## [1.17.0] From e9f6ce330d737bfed5c744176ca1fad25f0e30b4 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 3 Nov 2023 13:07:30 +0100 Subject: [PATCH 2/2] pr: wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55199b8435a377..4fe1b4fc2ae902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Release channels have their own copy of this changelog: ## [1.18.0] - Unreleased * Changes * Added a github check to support `changelog` label - * Uses fastboot by default (#33883) + * The default for `--use-snapshot-archives-at-startup` is now `when-newest` (#33883) * Upgrade Notes ## [1.17.0]