소스 검색

Update CHANGELOG.md

Garrett Johnson 4 년 전
부모
커밋
ae8ebcba71
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      CHANGELOG.md

+ 5 - 2
CHANGELOG.md

@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## Unreleased
+### Fixed
+- Support for embedded tileset / tile geometry URLs with hashes, search query parameters.
+
+## [0.3.2] - 2021-09-02
 ### Changed
-- DebugTilesRenderer: "RANDOM_COLOR" debug colors are now consistent between flag toggles.
+- DebugTilesRenderer: Bounding boxes now colored down the tree based on depth.
 - DebugTilesRenderer: "MeshStandardMaterial" is now used instead of "MeshBasicMaterial" for debugging.
 - TilesRenderer: add `getBoundingSphere` function.
 
@@ -15,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 - Names for various tile objects.
 - DebugTilesRenderer: Added `getDebugColor` function for adjusing the debug visualization colors.
 - Support for computing screen space error for tiles that had sphere bounds but no box bounds.
-- Support for embedded tileset / tile geometry URLs with hashes, search query parameters.
 - DebugTilesRenderer: Added `customColorCallback` and `CUSTOM_COLOR` mode for custom debug coloring.
 
 ### Fixed