From 22a250ddaa913141a931a7a5cc4703fa6d095f74 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Fri, 6 Mar 2020 14:28:38 +0200 Subject: [PATCH] [core] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67206108103..18645e8b5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ But `within` expression need to accept an Object and then convert to GeoJSON object, now `toGeoJSON` method can convert both string and Object to GeoJSON. +- [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)) @@ -36,6 +39,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)