From 0900c51f1652b4e2d9c61aacf335ad0892b82420 Mon Sep 17 00:00:00 2001 From: Sonal Budhiraja <57969266+sbudhirajadoc@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:01:00 -0700 Subject: [PATCH] Update CHANGELOG.md Sonal's edits. --- packages/salesforcedx-vscode/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index 6194231ec4..7d61da07b7 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -6,11 +6,11 @@ #### salesforcedx-vscode-lwc -- We added collapse all apex test and lwc test functionality to testing side panel. ([PR #5684](https://github.com/forcedotcom/salesforcedx-vscode/pull/5684)) +- Now you can collapse all Apex and LWC tests in the testing side panel. ([PR #5684](https://github.com/forcedotcom/salesforcedx-vscode/pull/5684)) #### salesforcedx-vscode-core -- We bumped apex-node library to catch up with last feature: new section in apex test results for test setup methods. ([PR #5691](https://github.com/forcedotcom/salesforcedx-vscode/pull/5691)) +- We made a major upgrade to the `@salesforce/apex-node-bundle` library. With this upgrade, the Apex test results now display information about test setup methods and test setup time, improving your testing experience. ([PR #5691](https://github.com/forcedotcom/salesforcedx-vscode/pull/5691)). ## Fixed