diff --git a/docs/guides/references/changelog.mdx b/docs/guides/references/changelog.mdx index 656345767e..4a18d5f07d 100644 --- a/docs/guides/references/changelog.mdx +++ b/docs/guides/references/changelog.mdx @@ -2,6 +2,18 @@ title: Changelog --- +## 13.3.0 + +_Released 09/27/2023_ + +**Features:** + +- Introduces new layout for Runs page providing additional run information. Addresses [#27203](https://github.com/cypress-io/cypress/issues/27203). + +**Bugfixes:** + +- Fixed an issue where actionability checks trigger a flood of font requests. Removing the font requests has the potential to improve performance and removes clutter from Test Replay. Addressed in [#27860](https://github.com/cypress-io/cypress/pull/27860). + ## 13.2.0 _Released 09/12/2023_