Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmhevinci committed Feb 17, 2023
1 parent d8e7892 commit acca74d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Assets/YooAsset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this package will be documented in this file.

## [1.4.5-preview] - 2023-02-17

### Fixed

- (#67)修复了报告查看界面在Unity2021.3上的兼容性问题。
- (#66)修复了在Unity2021.3上编辑器模拟模式运行报错的问题。

### Changed

- 接口变更:IPackRule

````c#
/// <summary>
/// 资源打包规则接口
/// </summary>
public interface IPackRule
{
/// <summary>
/// 获取打包规则结果
/// </summary>
PackRuleResult GetPackRuleResult(PackRuleData data);

/// <summary>
/// 是否为原生文件打包规则
/// </summary>
bool IsRawFilePackRule();
}
````

## [1.4.4-preview] - 2023-02-14

### Fixed
Expand Down

0 comments on commit acca74d

Please sign in to comment.