From e6958d205eafff49121c5d3c19160e56f4fb212f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Thu, 6 Mar 2025 15:05:52 +0800 Subject: [PATCH] Update CHANGELOG.md --- Assets/YooAsset/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Assets/YooAsset/CHANGELOG.md b/Assets/YooAsset/CHANGELOG.md index ea318b65..c4a74152 100644 --- a/Assets/YooAsset/CHANGELOG.md +++ b/Assets/YooAsset/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this package will be documented in this file. +## [2.3.3-preview] - 2025-03-06 + +### Improvements + +- 新增了异步操作任务调试器,AssetBundleDebugger窗口-->OperationView视图模式 +- 编辑器下模拟构建默认启用依赖关系数据库,可以大幅增加编辑器下开始游戏时间。 +- 单元测试用例增加加密解密测试用例。 + +### Fixed + +- (#492) 修复了发布的MAC平台应用,在启动的时候提示权限无法获取的问题。 + ## [2.3.2-preview] - 2025-02-27 ### Fixed