diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index eb111a4068..0034c3d891 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -8,6 +8,22 @@ sidebar_label: Changelog # Changelog +## 14.4.1 + +_Released 6/3/2025_ + +**Bugfixes:** + +- Fixed an issue where `cy.session()` may fail internally if navigating to `about:blank` takes longer than the `defaultCommandTimeout`. Addresses [#29496](https://github.com/cypress-io/cypress/issues/29496). + +**Misc:** + +- The design of commands that display as grouped (such as `.within()` and `cy.session()`) has been updated to provide better clarity when collapsing groups. Addressed in [#31739](https://github.com/cypress-io/cypress/pull/31739). + +**Dependency Updates:** + +- Updated `@sinonjs/fake-timers` from `10.3.0` to `11.3.1`. Addressed in [#31746](https://github.com/cypress-io/cypress/pull/31746). + ## 14.4.0 _Released 5/20/2025_