Sfoglia il codice sorgente

Update CHANGELOG.md

Garrett Johnson 3 anni fa
parent
commit
00bae3caf5
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      CHANGELOG.md

+ 8 - 0
CHANGELOG.md

@@ -4,6 +4,14 @@ 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
+### Added
+- Support for determining tile format based on magic bytes.
+
+### Fixed
+- Small fixes to the `dispose` function.
+- Re-add support for relative tile urls.
+
 ## [0.3.10] - 2022-07-02
 ### Added
 - `resetFailedTiles` to enable retry tile downloads that failed.