From 48899b3565d67eebfe2d119c3d050b9e6219d39f Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 7 Dec 2024 16:21:47 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c60541a..722dc2125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - TilesFadePlugin: Adjust "TilesFadePlugin" such that it causes are rerender for r3f. - EnvironmentControls: Fix orthographic camera zoom so it does not pop if too close to a surface. +- CesiumIonAuthPlugin and GoogleCloudAuthPlugin: The plugins now automatically retry root tile if it hasn't been loaded upon add. ## [0.3.42] - 2024.12.02 ### Changed