Skip to content

Commit 50609b0

Browse files
Update cli/CHANGELOG.md
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
1 parent d1c18b0 commit 50609b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _Released 8/1/2023 (PENDING)_
66
**Breaking Changes:**
77

88
- The [`cy.readFile()`](/api/commands/readfile) command is now retry-able as a [query command](https://on.cypress.io/retry-ability). This should not affect any tests using it; the functionality is unchanged. However, it can no longer be overwritten using [`Cypress.Commands.overwrite()`](/api/cypress-api/custom-commands#Overwrite-Existing-Commands). Addressed in [#25595](https://github.com/cypress-io/cypress/pull/25595).
9-
- the [video](https://docs.cypress.io/guides/references/configuration#Videos) configuration option will now default to `false`. Addresses [#26157](https://github.com/cypress-io/cypress/issues/26157).
9+
- The [`video`](https://docs.cypress.io/guides/references/configuration#Videos) configuration option nows default to `false`. Addresses [#26157](https://github.com/cypress-io/cypress/issues/26157).
1010
- The [`videoCompression`](https://docs.cypress.io/guides/references/configuration#Videos) configuration option now defaults to `false`. Addresses [#26160](https://github.com/cypress-io/cypress/issues/26160).
1111

1212
## 12.14.1

0 commit comments

Comments
 (0)