瀏覽代碼

Update CHANGELOG.md

Garrett Johnson 5 年之前
父節點
當前提交
46a2573301
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      CHANGELOG.md

+ 10 - 0
CHANGELOG.md

@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - Basic support for CMPT, PNTS, and I3DM file formats.
 - `autoDisableRendererCulling` field to `TilesRenderer`.
+- A count of the amount of failed tile content loads to `TilesRenderer.stats`.
+
+### Fixed
+
+- Failed tileset downloads being indefinitely retried.
+- Tile content stats not being correctly updated if a tile failed to load.
+- Not propagating image load errors.
+- DebugTilesRenderer using a different color for every submesh in a tile. Now a single color is used for every submesh in a tile.
+- Tiles not rendering if an empty tile is encountered.
+- Child tiles not rendering if a parent tile content failed to load.
 
 ## [0.1.2] - 2020-06-08
 ### Changed