Update CHANGELOG.md

pull/98/head^2 1.4.11
hevinci 2023-04-14 16:53:38 +08:00
parent 60b04c19dc
commit 1471ca06f3
1 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,23 @@
All notable changes to this package will be documented in this file.
## [1.4.11] - 2023-04-14
### Fixed
- (#97)修复了着色器变种收集配置无法保存的问题。
- (#83)修复了资源收集界面Package列表没有实时刷新的问题。
- (#48)优化了场景卸载机制,在切换场景的时候不在主动卸载资源。
### Changed
- 增加了扩展属性
```c#
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")]
```
## [1.4.10] - 2023-04-08
### Fixed