Skip to content

Commit

Permalink
Additional changelog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed Jan 30, 2023
1 parent 1616186 commit 29b1b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29b1b7e

Please sign in to comment.