From e233c1c18dcdd5377b908ea2d04576bd10135dec Mon Sep 17 00:00:00 2001 From: le king fu Date: Wed, 25 Feb 2026 20:03:57 -0500 Subject: [PATCH] docs: add changelog entry for keyword matching fix Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26b46e..c187110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - Categories: depth validation prevents creating a 4th level - Seed data: Assurances split into Assurance-auto, Assurance-habitation, Assurance-vie +### Fixed +- Auto-categorization: keywords starting/ending with special characters (`[`, `]`, `(`, `)`, `-`, etc.) now match correctly +- Auto-categorization: pre-compile regex patterns for better batch performance + ## [0.3.11] ### Added