From 87c4036a6eb14dafbf121b3a0ba4837d53d77dcd Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 14 Mar 2026 15:42:46 -0400 Subject: [PATCH] docs: update changelog for built-in plugins --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f27f63..46efcf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,4 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Integration test infrastructure with per-test rollback - Update configuration into subgroups - Plugin system: Protocol contracts, registry with validation, event bus -- Plugin auto-discovery via importlib package scanning \ No newline at end of file +- Plugin auto-discovery via importlib package scanning +- Built-in plugins: plaintext parser, TCP connect checker, SMTP notifier +- Plugin discovery integration tests \ No newline at end of file