From eababe279c08bd72aa1f38bebd8b15cea21af26e Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Thu, 31 Oct 2024 19:44:28 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 974115b6..1253b766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - R3F CameraTransition component to examples folder. +### Change +- Revert change that would cause the root tiles to "trickle" in over time if the root is empty and uses an "ADD" refinement. Tiles will now only render once a full set of child tiles can be rendered. + ## [0.3.40] - 2024.10.29 ### Added - I3DMLoader: Add support for EAST_NORTH_UP semantic.