From 55cb063668f43c4d320b39971e13f5a47fca4ee7 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Mon, 1 Jul 2019 15:58:48 -0700 Subject: [ios] Changelog update. --- platform/ios/CHANGELOG.md | 4 ++++ platform/macos/CHANGELOG.md | 1 + 2 files changed, 5 insertions(+) diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 3c2326fbf8..f92578f6ea 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -12,6 +12,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Removed previously deprecated methods and properties that had been marked `unavailable`. ([#15000](https://github.com/mapbox/mapbox-gl-native/pull/15000)) +### Styles and rendering + +* Added the `-[MGLMapViewDelegate mapView:shouldRemoveStyleImage:]` method for optimizing style image caching. ([#14769](https://github.com/mapbox/mapbox-gl-native/pull/14769)) + ### Other changes * Added variants of several animated `MGLMapView` methods that accept completion handlers ([#14381](https://github.com/mapbox/mapbox-gl-native/pull/14381)): diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 48a68d2e26..241499432b 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -8,6 +8,7 @@ ### Styles and rendering * Setting `MGLMapView.contentInset` now moves the map’s focal point to the center of the content frame after insetting. ([#14664](https://github.com/mapbox/mapbox-gl-native/pull/14664)) +* Added the `-[MGLMapViewDelegate mapView:shouldRemoveStyleImage:]` method for optimizing style image caching. ([#14769](https://github.com/mapbox/mapbox-gl-native/pull/14769)) ### Other changes -- cgit v1.2.1