Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Dec 20, 2024
1 parent 837cca8 commit f826b6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Types: Convert types of use non-wrapper types.
- Types: Adjust GLTF Plugin classes to extend appropriate type.
- BatchedMeshPlugin: Prevent empty groups from being added for each tile when using BatchedMeshPlugin

### Added
- Added "priority" field to plugins to ensure correct execution order. `TilesCompression` and `BatchedMesh` plugin will always run first.
- Added `UnloadTilesPlugin`.
- Plugins: Add support for "setTileVisible" plugin callbacks.
- Add names to some plugins that were missing them.

## [0.3.45] - 2024.12.13
### Fixed
Expand Down

0 comments on commit f826b6f

Please sign in to comment.