瀏覽代碼

Update CHANGELOG.md

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

+ 6 - 0
CHANGELOG.md

@@ -4,6 +4,12 @@ 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
+### Fixed
+- Case where tiles that were outside of the camera frustum would be loaded with a higher priority.
+- Case where a single tiles renderer tiles would always be loaded with a higher priority.
+- Case where bounding boxes with one dimension of 0 would not compute the distance to camera correctly.
+
 ## [0.3.0] - 2021-07-24
 ### Added
 - `path-browserify` dependency explicitly rather than relying on implicit polyfills for `path` package.