From 6ca706b0f36fcc860287b3fb3764079712dc0854 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 19 Jun 2025 10:38:56 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22220c169e..0083c06840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Roo Code Changelog -## 3.21.1 +## [3.21.1] - 2025-06-19 -### Patch Changes - -- - Fix: improve error handling for codebase search embeddings (thanks @hannesrudolph!) +- Fix tree-sitter issues that were preventing codebase indexing from working correctly +- Improve error handling for codebase search embeddings +- Resolve MCP server execution on Windows with node version managers +- Default 'Enable MCP Server Creation' to false +- Rate limit correctly when starting a subtask (thanks @olweraltuve!) ## [3.21.0] - 2025-06-17