From 3c2b36dd95ceb87da7c4d6db4e3bb78c1bd96eb3 Mon Sep 17 00:00:00 2001 From: Zachary Williams Date: Thu, 2 Feb 2023 14:41:04 -0600 Subject: [PATCH] add changelog entry --- cli/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2c72e3a7b770..f8150be02ed0 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,4 +1,12 @@ +## 12.6.0 + +_Released 02/14/2023 (PENDING)_ + +**Misc:** + +- Improved the responsiveness of the Debug Page pending run UI. Addresses [#25664](https://github.com/cypress-io/cypress/issues/25664). + ## 12.5.1 _Released 02/10/2023_