summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-11-07 23:48:15 -0800
committerMinh Nguyễn <mxn@1ec5.org>2018-11-08 14:40:23 -0800
commitd13cd54af64b9bcac9ae076b33d56b2af8313803 (patch)
tree9b50d72d5f1eccded9a0935650a922d04e95716c /platform/ios/CHANGELOG.md
parentad235d3f6c12e784511893a8219f32a004fe158b (diff)
downloadqtlocation-mapboxgl-d13cd54af64b9bcac9ae076b33d56b2af8313803.tar.gz
[ios, macos] Renamed ambient cache prewarming method
Renamed the method for prewarming the ambient cache to conform to Cocoa and Swift naming conventions.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 26ca1854be..ff4fd26ccd 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,10 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## master
+
+* Renamed `-[MGLOfflineStorage putResourceWithUrl:data:modified:expires:etag:mustRevalidate:]` to `-[MGLOfflineStorage preloadData:forURL:modificationDate:expirationDate:eTag:mustRevalidate:]`. ([#13318](https://github.com/mapbox/mapbox-gl-native/pull/13318))
+
## 4.6.0 - November 7, 2018
### Styles and rendering