From 7b48a441d0dfccb001fcd003ab16b3a96d5b5a77 Mon Sep 17 00:00:00 2001 From: Leonid <48765566+DiFFoZ@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:27:52 +0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e009dfd..715ca29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.4] 2024-06-18 +### Changed +- Internal size of stream buffer to speed up hashing. +### Fixed +- Bundle with enabled flag `ShouldNotDecompress` is not updating last access time. +- Deletion of temp assetbundles called twice. + ## [0.6.3] 2024-06-18 ### Added - Deleting of unknown cached assetbundles on start up (unknown means that bundle doesn't have a metadata info).