From 562644db3815dc265658e60ff8029b230e15179b Mon Sep 17 00:00:00 2001 From: Matthew Schile Date: Tue, 24 Oct 2023 10:25:43 -0600 Subject: [PATCH] docs: changelog for 13.3.2 release --- docs/guides/references/changelog.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/references/changelog.mdx b/docs/guides/references/changelog.mdx index 3ba3b1fa15..4ee4c322e1 100644 --- a/docs/guides/references/changelog.mdx +++ b/docs/guides/references/changelog.mdx @@ -2,6 +2,16 @@ title: Changelog --- +## 13.3.3 + +_Released 10/24/2023_ + +**Bugfixes:** + +- Fixed a performance regression in [13.3.1](#13-3-1) with proxy correlation timeouts and requests issued from web and shared workers. Fixes [#28104](https://github.com/cypress-io/cypress/issues/28104). +- Fixed a performance problem with proxy correlation when requests get aborted and then get miscorrelated with follow up requests. Addressed in [#28094](https://github.com/cypress-io/cypress/pull/28094). +- Fixed a regression in [10.0.0](#10-0-0), where search would not find a spec if the file name contains "-" or "\_", but search prompt contains " " instead (e.g. search file "spec-file.cy.ts" with prompt "spec file"). Fixes [#25303](https://github.com/cypress-io/cypress/issues/25303). + ## 13.3.2 _Released 10/18/2023_