@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Removed Jinja2 `| default()` filter extraction and merging (#1410) - All defaults must now be defined in template/module specs
+- Refactored display module from single file to package structure with specialized managers (VariableDisplayManager, TemplateDisplayManager, StatusDisplayManager, TableDisplayManager) for better code organization and maintainability