diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-06 14:28:38 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-03-07 10:14:18 +0200 |
commit | c5f9f3811bbc2d4f8a670131e7f29172294d3f7f (patch) | |
tree | ea62db8f4ad63eb830948e515d83a0bdeb11778a /CHANGELOG.md | |
parent | 30aaa76910df6c84157f5eec26d39d15dd5860aa (diff) | |
download | qtlocation-mapboxgl-c5f9f3811bbc2d4f8a670131e7f29172294d3f7f.tar.gz |
[core] Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b589ede463..af7e6e7cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,10 @@ Before, it checked only text bounding boxes and thus label icons might have got cut off. +- [core] Calculate size of an ambient cache without offline region's resources ([#15622](https://github.com/mapbox/mapbox-gl-native/pull/15622)) + + Resources that belong to an offline region, should not contribute to the amount of space available in the ambient cache. + ### 🧩 Architectural changes - Changes to `MapSnapshotter` threading model ([#16268](https://github.com/mapbox/mapbox-gl-native/pull/16268)) @@ -46,6 +50,7 @@ - Signature of a `MapSnapshotter`'s constructor has been changed - Signature for a `MapSnapshotter::snapshot` method has been changed +- Size of an offline regions do not affect ambient cache size ([#15622](https://github.com/mapbox/mapbox-gl-native/pull/15622)) ## maps-v1.3.0 (2020.02-relvanillashake) |