Przeglądaj źródła

Update CHANGELOG.md

Garrett Johnson 5 lat temu
rodzic
commit
b17007914b
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 - Tiles not rendering if an empty tile is encountered.
 - Child tiles not rendering if a parent tile content failed to load.
 
+### Changed
+
+- Improved `update` function performance by deferring LRUCache array update.
+
 ## [0.1.2] - 2020-06-08
 ### Changed