From 6bafc43754e5b8bcf07ac5c1d340558c3c26e50f Mon Sep 17 00:00:00 2001 From: Kai Chappell Date: Tue, 3 Feb 2026 17:40:52 +0000 Subject: [PATCH] docs(changelog): add pytest plugin entries --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 117a96f..9ad82b2 100644 --- a/changelog.md +++ b/changelog.md @@ -31,3 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `SemanticValidator` for threshold-based semantic similarity validation - `semantic()` factory function for creating semantic validators - Embedding caching for performance optimisation in repeated comparisons +- Native pytest plugin for CI/CD integration (entry point: `pytest11`) +- `validate_text()` assertion function for expressive test assertions +- `text_validation` marker for filtering validation tests +- Pytest fixtures: `text_validator` factory and `validation_context` helper +- Detailed failure messages with text preview and check diagnostics