Explorar o código

Update CHANGELOG.md

Garrett Johnson %!s(int64=4) %!d(string=hai) anos
pai
achega
ce0fc2a324
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      CHANGELOG.md

+ 13 - 0
CHANGELOG.md

@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
 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
+### Changed
+- DebugTilesRenderer: "RANDOM_COLOR" debug colors are now consistent between flag toggles.
+- DebugTilesRenderer: "MeshStandardMaterial" is now used instead of "MeshBasicMaterial" for debugging.
+
+### Added
+- DebugTilesRenderer: "RANDOM_NODE_COLOR" visualization setting.
+- Names for various tile objects.
+
+### TODO
+- priority callback update (again)
+- change tiles renderer color to use callback
+
 ## [0.3.1] - 2021-07-28
 ### Fixed
 - Case where tiles that were outside of the camera frustum would be loaded with a higher priority.