From 8c26c3a90f0a305096b280cc04dde76991b88544 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 8 Apr 2025 11:51:42 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed6c2961a..c2e1041c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Roo Code Changelog -## 3.11.10 +## [3.11.10] - 2025-04-08 -### Patch Changes - -- Fix bug where nested .roo/rules directories are not respected properly -- v3.11.10 +- Fix bug where nested .roo/rules directories are not respected properly (thanks @taisukeoe!) +- Handle long command output more efficiently in the chat row (thanks @samhvw8!) +- Fix cache usage tracking for OpenAI-compatible providers +- Add custom translation instructions for zh-CN (thanks @System233!) +- Code cleanup after making rate-limits per-profile (thanks @ross!) ## [3.11.9] - 2025-04-07