From 5a1038e31a838b52ff975534d6e2190b60db767d Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 12 Jan 2025 13:25:53 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a41f5d25..993671cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +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. +- Case where ImageBitmap data may not have been disposed in rare situations. ### Changed - Remove "loadIndex" fields for cancelling redundant loads in favor of an abort signal.