Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmhevinci committed Oct 11, 2023
1 parent 8817b35 commit 1313e05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Assets/YooAsset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#
/// <summary>
/// 合并其它下载器
/// </summary>
/// <param name="downloader">合并的下载器</param>
public void Combine(DownloaderOperation downloader);
```

## [2.0.0-preview] - 2023-10-07

This is the preview version.

0 comments on commit 1313e05

Please sign in to comment.