diff --git a/docs/guides/references/changelog.mdx b/docs/guides/references/changelog.mdx index ce98787855..58d00328b3 100644 --- a/docs/guides/references/changelog.mdx +++ b/docs/guides/references/changelog.mdx @@ -2,6 +2,15 @@ title: Changelog --- +## 13.14.2 + +_Released 9/4/2024_ + +**Bugfixes:** + +- Fixed an issue where Cypress could crash with a `WebSocket Connection Closed` error. Fixes [#30100](https://github.com/cypress-io/cypress/issues/30100). +- Fixed an issue where `cy.screenshot()` was timing out and Cypress was failing to start due to `GLib-GIO-ERROR` error. Reverts [#30109](https://github.com/cypress-io/cypress/pull/30109), the change to allow HiDPI screen for Wayland users. Fixes [#30172](https://github.com/cypress-io/cypress/issues/30172) and [#30160](https://github.com/cypress-io/cypress/issues/30160). + ## 13.14.1 _Released 8/29/2024_