From 1313e05d5dac0c145a59d3be912430ee57e3887f Mon Sep 17 00:00:00 2001 From: hevinci Date: Wed, 11 Oct 2023 10:23:21 +0800 Subject: [PATCH] Update CHANGELOG.md --- Assets/YooAsset/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Assets/YooAsset/CHANGELOG.md b/Assets/YooAsset/CHANGELOG.md index 70ca4dc9..8bffd726 100644 --- a/Assets/YooAsset/CHANGELOG.md +++ b/Assets/YooAsset/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this package will be documented in this file. +## [2.0.1-preview] - 2023-10-11 + +### Fixed + +- (#175) Fixed a bug where the url path of mac platform contains spaces, which would cause the request error. +- (#177) Fixed the inability to load main asset object after loading the sub asset. +- (#178) Fixed the error when initializing resource package that prompted not initialized. +- (#179) Fixed issue with SBP build pipeline packaging reporting errors. + +### Added + +- Resource downloader add combine function. + + ```c# + /// + /// 合并其它下载器 + /// + /// 合并的下载器 + public void Combine(DownloaderOperation downloader); + ``` + ## [2.0.0-preview] - 2023-10-07 This is the preview version.