docs: update changelog for plugin system

This commit is contained in:
agatha 2026-03-14 15:20:44 -04:00
parent a1659531c7
commit ce39232c08

View File

@ -17,3 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pydantic-settings configuration module
- 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