From 0fa525873be39252687e9b6f28ee70d89332e809 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 13 May 2024 13:54:52 -0400 Subject: [PATCH] update changelog from dev --- cli/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 7a2a0f6e323b..0d035a4e0536 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,8 +1,12 @@ -## 13.9.1 +## 13.10.0 _Released 5/21/2024 (PENDING)_ +**Features:** + +- Added an `IGNORE_CHROME_PREFERENCES` environment variable to ignore Chrome preferences when launching Chrome. Addressed in [#29332](https://github.com/cypress-io/cypress/pull/29332). + **Bugfixes:** - Fixed an issue where Cypress was unable to search in the Specs list for files or folders containing numbers. Fixes [#29034](https://github.com/cypress-io/cypress/issues/29034). @@ -19,7 +23,6 @@ _Released 5/7/2024_ **Features:** - Added more descriptive error messages when Test Replay fails to record or upload. Addresses [#29022](https://github.com/cypress-io/cypress/issues/29022). -- Added an `IGNORE_CHROME_PREFERENCES` environment variable to ignore Chrome preferences when launching Chrome. Addressed in [#29332](https://github.com/cypress-io/cypress/pull/29332). **Bugfixes:**