From b493e6764eee5143d4a8bc35a75ed7dd3f9ffd2c Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 7 Apr 2025 17:35:17 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f188e2d5a0..a1b7dd933c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [3.11.9] - 2025-04-07 - Rate-limit setting updated to be per-profile (thanks @ross!) -- Enhance rule file loading with .roo/rules directory support (thanks @upamune!) +- You can now place multiple rules files in the .roo/rules/ and .roo/rules-{mode}/ folders (thanks @upamune!) - 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!)