From 56a378f8e0028c57840504ebe903081329dd90ac Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 12 Jan 2025 13:25:41 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c9740f..a41f5d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - TilesRenderer update no longer implicitly marks all tiles owned by other tiles renderers as unused. All tiles renderers sharing an LRUCache no longer must have their "update" functions called on the same frame. - Types: Fixed types for all plugins options to be appropriately marked as "optional". +- Case where ImageBitmap data may not have been disposed in rare cases. ### Changed - Remove "loadIndex" fields for cancelling redundant loads in favor of an abort signal.