From e7bd38ed69111d3150d1ca400bfbae6cba959fc3 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 20 Dec 2024 12:17:40 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3343c4f19..f662ef309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added `UnloadTilesPlugin`. - Plugins: Add support for "setTileVisible" plugin callbacks. - Add names to some plugins that were missing them. +- GLTFExtensionsPlugin: Add support for MeshoptDecoder. ## [0.3.45] - 2024.12.13 ### Fixed