summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-02-15 09:51:34 -0800
committerJason Wray <friedbunny@users.noreply.github.com>2018-02-27 18:27:16 -0500
commit66609c975108d44483f4976dc2d73bd26849fac6 (patch)
tree6e308471d079da41190702610ab9a8ec3cc03ee4
parent2dddcba3fc6f99de3046a6b5c69651a690b58509 (diff)
downloadqtlocation-mapboxgl-66609c975108d44483f4976dc2d73bd26849fac6.tar.gz
[ios] Add "clear tile cache on entering background" to changelog.
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 739ff50a28..9eb522f2b7 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -29,6 +29,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed an issue preventing `MGLImageSource`s from drawing on the map when the map is zoomed in and tilted. ([#10677](https://github.com/mapbox/mapbox-gl-native/pull/10677))
* Improved the sharpness of raster tiles on Retina displays. ([#10984](https://github.com/mapbox/mapbox-gl-native/pull/10984))
* Fixed a crash parsing a malformed style. ([#11001](https://github.com/mapbox/mapbox-gl-native/pull/11001))
+* Reduced memory usage by clearing in-memory tile cache before entering background. ([#11197](https://github.com/mapbox/mapbox-gl-native/pull/11197))
### Annotations