From 1471ca06f3f4d9753ab33066d4c1896b01d9700c Mon Sep 17 00:00:00 2001 From: hevinci Date: Fri, 14 Apr 2023 16:53:38 +0800 Subject: [PATCH] Update CHANGELOG.md --- Assets/YooAsset/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Assets/YooAsset/CHANGELOG.md b/Assets/YooAsset/CHANGELOG.md index 9ebe98a..8e37c30 100644 --- a/Assets/YooAsset/CHANGELOG.md +++ b/Assets/YooAsset/CHANGELOG.md @@ -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