Browse Source

Update CHANGELOG.md

Garrett Johnson 3 years ago
parent
commit
3898c1e618
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 ## Unreleased
 ### Added
 - `TilesRenderer.onTileVisibilityChange` callback.
+- Support for GLTF in tilesets.
 
 ### Changed
 - Improved type definitions.
+- `PNTSLoader.parse` now returns a promise.
 
 ## [0.3.4] - 2021-11-15
 ### Added