summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-06 14:28:38 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-07 00:31:28 +0200
commitdae65f6b13a6c2e4ddcc7677ecefc581ec246134 (patch)
treeea62db8f4ad63eb830948e515d83a0bdeb11778a
parent9ceb6d0d838325c39ceb9b9e724c76e405e5afbb (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_ambient_cache_size.tar.gz
-rw-r--r--CHANGELOG.md5
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)