blob: 85a6d19a3ee0b487b27bbfd12f972ce129b420f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
= CHANGELOG
All notable changes to this project will be documented in this file.
== UNRELEASED
== 0.2.0 (2026-05-02)
Added:
- The `storage::OsmAnd` and `storage::MbTiles` formats
Changed:
- The gradient color scaling.
- Updated dependencies.
Removed:
- The `storage::Sqlite` struct (`storage::OsmAnd` can be used instead)
== 0.1.0 (2025-11-29)
Initial release.
|