From a0a0318f0987aebd0f916c7d964dfc62c6a15fdf Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 12 Nov 2025 22:09:43 -0500 Subject: [PATCH] Update CHANGELOG for version 3.31.2 Updated changelog for version 3.31.2 with patch changes and release date. --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5dfd1405..5e43a1e7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Roo Code Changelog -## 3.31.2 +## [3.31.2] - 2025-11-12 -### Patch Changes - -- - Fix: Apply updated API profile settings when provider/model unchanged (#9208 by @hannesrudolph, PR by @hannesrudolph) +- Fix: Apply updated API profile settings when provider/model unchanged (#9208 by @hannesrudolph, PR by @hannesrudolph) +- Migrate conversation continuity to plugin-side encrypted reasoning items using Responses API for improved reliability (thanks @hannesrudolph!) +- Fix: Include mcpServers in getState() for auto-approval (#9190 by @bozoweed, PR by @daniel-lxs) +- Batch settings updates from the webview to the extension host for improved performance (thanks @cte!) +- Fix: Replace rate-limited badges with badgen.net to improve README reliability (thanks @daniel-lxs!) ## [3.31.1] - 2025-11-11