diff --git a/detect/testing/playwright-reporter-changelog.mdx b/detect/testing/playwright-reporter-changelog.mdx index 49d34d28..d6195139 100644 --- a/detect/testing/playwright-reporter-changelog.mdx +++ b/detect/testing/playwright-reporter-changelog.mdx @@ -13,6 +13,12 @@ Learn more about: ## Full release history + + **Improved** + + - **Faster secret scrubbing** — Trace scrubbing now runs in parallel across CPU cores and the scrubbing engine has been optimized to skip unnecessary work, making the reporter noticeably faster for test suites with traces enabled. + + **Breaking Changes**