From 564d663c785ba68fd0c6e5985da3ab0bb8a04da3 Mon Sep 17 00:00:00 2001 From: Kai Chappell Date: Wed, 4 Feb 2026 00:23:06 +0000 Subject: [PATCH] docs(changelog): update for QA fixes --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index aed3348..3f7b7e8 100644 --- a/changelog.md +++ b/changelog.md @@ -14,11 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed potential division by zero in readability metric when text has no sentence endings - Fixed unbounded cache growth in `SemanticSimilarity` by implementing LRU eviction with configurable max size - Fixed mutable list aliasing in `AllOf` and `AnyOf` composite validators +- Fixed regex pattern validation in `ContainsValidator` and `ExcludesValidator` to fail at init time rather than during `check()` ### Added - Added `.score` property to `LexicalResult` for API consistency with other result types - Added `cache_max_size` parameter to `SemanticSimilarity` (default: 1000 embeddings) +- Added test coverage for `core/config.py` and `core/logging.py` modules ## [0.1.0] — 2026-02-03