From ce39232c0844cf6f117f4c53047536b30e6e6e3f Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 14 Mar 2026 15:20:44 -0400 Subject: [PATCH] docs: update changelog for plugin system --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878a990..9f27f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Alembic async migration setup with initial schema - Pydantic-settings configuration module - Integration test infrastructure with per-test rollback -- Update configuration into subgroups \ No newline at end of file +- 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