From 71540557c7ca500d1b94997864b4f666bdc8833b Mon Sep 17 00:00:00 2001 From: Alex Schwartz Date: Wed, 6 Nov 2024 16:36:58 -0500 Subject: [PATCH] Update cli/CHANGELOG.md Co-authored-by: Matt Schile --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9f0b651ae2ee..242d44fab989 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -5,7 +5,7 @@ _Released 11/5/2024 (PENDING)_ **Features:** -- Added ability to specify the default running browser in cypress config. Addresses [#6646](https://github.com/cypress-io/cypress/issues/6646). +- Added new [`defaultBrowser`](https://docs.cypress.io/app/references/configuration) configuration option to specify the default browser to launch. Addresses [#6646](https://github.com/cypress-io/cypress/issues/6646). **Bugfixes:**