From 3a30b0d3f95b38b83245f8c35905c6fcd3509c89 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 27 Aug 2024 02:43:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fccedc6f7..2c168cc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - EnvironmentControls: Added "enableDamping" option for inertial animation. - Ellipsoid: Added "getEastNorthUpAxes". - Ellipsoid: Added "getAzElRollFromRotationMatrix" and "getRotationMatrixFromAzElRoll" +- TilesRendererBase: Tiles are now queued and sorted before triggering load to avoid only a single tile set branch loading and filling up the lru cache. ### Changed - TilesOverlayPlugin: Changed constructor to take options object, instead.