From 06e0fc6ee4c2f55422253c5b8c09262e63a0d508 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 7 Apr 2025 18:33:25 -0400 Subject: [PATCH] Update CHANGELOG.md (#2396) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b7dd933c..f727af4379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Rate-limit setting updated to be per-profile (thanks @ross!) - You can now place multiple rules files in the .roo/rules/ and .roo/rules-{mode}/ folders (thanks @upamune!) +- Prevent unnecessary autoscroll when buttons appear (thanks @shtse8!) - Add Gemini 2.5 Pro Preview to Vertex AI (thanks @nbihan-mediware!) - Tidy up following ClineProvider refactor (thanks @diarmidmackenzie!) - Clamp negative line numbers when reading files (thanks @KJ7LNW!)