From 16954db465669463419210a3adf39e2818bc08c7 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 22 Dec 2024 19:40:01 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b825e22bb..389881a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - GLTFExtensionsPlugin: Add support for MeshoptDecoder. - TilesRenderer: Add types for events. - GlobeControls: Added `nearMargin` and `farMargin` percentages for controlling camera distances. +- DebugTilesPlugin: `enabled` field to DebugTilesPlugin to enable / disable the debug features. ## [0.3.45] - 2024.12.13 ### Fixed