docs: add changelog entry for keyword matching fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-02-25 20:03:57 -05:00
parent 4938bba3f3
commit e233c1c18d

View file

@ -10,6 +10,10 @@
- Categories: depth validation prevents creating a 4th level - Categories: depth validation prevents creating a 4th level
- Seed data: Assurances split into Assurance-auto, Assurance-habitation, Assurance-vie - 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] ## [0.3.11]
### Added ### Added