diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4f8efd286fd0..b78ddf77c430 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -5,7 +5,7 @@ _Released 01/31/2023 (PENDING)_ **Breaking Changes** -- `cy.readFile()` is now 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()` This is a prerequisite to address [#25134](https://github.com/cypress-io/cypress/issues/25134). +- `cy.readFile()` is now 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()` This is a prerequisite to address [#25134](https://github.com/cypress-io/cypress/issues/25134). Addressed in [#25595](https://github.com/cypress-io/cypress/pull/25595). ## 12.4.1