Explorar el Código

Update CHANGELOG.md

Garrett Johnson hace 3 años
padre
commit
3898c1e618
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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