From ddb9efde3b1c92f11815b6f12869d8d7f337cbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20T=C3=B6rnqvist?= Date: Wed, 27 Sep 2023 16:02:42 +0200 Subject: [PATCH] update cli changelog --- cli/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9b79428a7e30..003eed7d9f33 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,4 +1,14 @@ +## 13.4.0 + +_Released 09/27/2023 (PENDING)_ + +**Bugfixes:** +- Fixed an issue where nested object url queries would be incorrectly serialized in `cy.request()` and `cy.visit()`. Fixes [#27745](https://github.com/cypress-io/cypress/issues/27745). Adressed in [#27908](https://github.com/cypress-io/cypress/pull/27908). + +**Dependency Updates:** +- Added dependency to [npm qs@6.11.2](https://www.npmjs.com/package/qs) in driver to fix [#27745](https://github.com/cypress-io/cypress/issues/27745) in [#27908](https://github.com/cypress-io/cypress/pull/27908). + ## 13.3.0 _Released 09/26/2023_