瀏覽代碼

docs(changelog): add display module refactoring entry

xcad 6 月之前
父節點
當前提交
2ee7b86367
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -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
 
 ## [0.0.7] - 2025-10-28