From 49dd6a91c612f5cfc368cc1a0940c10bb5bd2c26 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Tue, 23 Dec 2025 15:22:33 +0800 Subject: [PATCH] docs: v2.4.1 changelog --- docs/changelog.md | 13 +++++++++++++ docs/en/changelog.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 5fc2c842..7cc10f7b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,19 @@ --- +## v2.4.1 (2025-12-23) + +### Bug Fixes + +- 修复 `IntervalSystem` 时间累加 bug,间隔计时更加准确 +- 修复 Cocos Creator 兼容性问题,类型导出更完整 + +### Documentation + +- 新增 `Core.paused` 属性文档说明 + +--- + ## v2.4.0 (2025-12-15) ### Features diff --git a/docs/en/changelog.md b/docs/en/changelog.md index 09ac78d1..1300087b 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -4,6 +4,19 @@ This document records the version update history of the `@esengine/ecs-framework --- +## v2.4.1 (2025-12-23) + +### Bug Fixes + +- Fix `IntervalSystem` time accumulation bug, interval timing is now more accurate +- Fix Cocos Creator compatibility issue, more complete type exports + +### Documentation + +- Add `Core.paused` property documentation + +--- + ## v2.4.0 (2025-12-15) ### Features