From 5d70329d4da63ffabfc551f5a2850669b1632da6 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sun, 12 Jan 2025 22:05:17 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf3673a..55a4cb46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Remove "loadIndex" fields for cancelling redundant loads in favor of an abort signal. - Removed gltf extension exports from core. Use the plugins export, instead. - TilesRenderer: `CESIUM_RTC` glTF extension is no longer automatically supported. Use the `GLTFExtensionsPlugin`, instead. +- Removed `GLTFExtensionLoader`. ## [0.4.0] - 2024.12.25 ### Changed