From ec2d1102efd984b5d9499999e1d24db2e5355c8f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 6 Feb 2026 11:38:57 -0500 Subject: [PATCH] Update CHANGELOG for version 3.47.3 Updated version number and removed redundant patch changes for 3.47.3. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c0ef3068..e006ce210f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Roo Code Changelog -## 3.47.3 +## [3.47.3] - 2026-02-06 -### Patch Changes - -- - Remove "Enable URL context" and "Enable Grounding with Google search" checkboxes that are no longer needed (PR #11253 by @roomote) +- Remove "Enable URL context" and "Enable Grounding with Google search" checkboxes that are no longer needed (PR #11253 by @roomote) +- Revert refactor that appended environment details into existing blocks, restoring original behavior (PR #11256 by @mrubens) +- Revert removal of stripAppendedEnvironmentDetails and helpers, restoring necessary utility functions (PR #11255 by @mrubens) ## [3.47.2] - 2026-02-05