diff options
author | Fabian Guerra <fabian.guerra@mapbox.com> | 2018-09-19 15:13:52 -0700 |
---|---|---|
committer | Fabian Guerra Soto <fabian.guerra@mapbox.com> | 2018-09-19 20:34:08 -0700 |
commit | 41427ffbe74be4612e50f22b479aefb0f8737073 (patch) | |
tree | 5698b851caf4d6485463a3cdf1821d170cd9abc0 /platform/macos/CHANGELOG.md | |
parent | bee9a544bf99d907d9b8e6cbdd7bb4a12715ebbb (diff) | |
download | qtlocation-mapboxgl-41427ffbe74be4612e50f22b479aefb0f8737073.tar.gz |
[ios] Update changelogs and bump podspec to 4.5.0-alpha.1ios-v4.5.0-alpha.1
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r-- | platform/macos/CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index e51a3bca95..1faa57ab10 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -5,6 +5,11 @@ ### Styles and rendering * Added an `MGLSymbolStyleLayer.symbolZOrder` property for forcing point features in a symbol layer to be layered in the same order that they are specified in the layer’s associated source. ([#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783)) +* Fixed a crash when a style layer `*-pattern` property evaluates to nil for a particular feature. ([#12896](https://github.com/mapbox/mapbox-gl-native/pull/12896)) + +### Offline maps + +* Added `-[MGLOfflineStorage addContentsOfFile:withCompletionHandler:]` and `-[MGLOfflineStorage addContentsOfURL:withCompletionHandler:]` methods to add pregenerated offline packs to offline storage. ([#12791](https://github.com/mapbox/mapbox-gl-native/pull/12791)) ### Other changes @@ -30,7 +35,6 @@ * Added the `MGLShapeOfflineRegion` class for creating an offline pack that covers an arbitrary shape. ([#11447](https://github.com/mapbox/mapbox-gl-native/pull/11447)) * Fixed crashes when offline storage encountered certain SQLite errors. ([#12224](https://github.com/mapbox/mapbox-gl-native/pull/12224)) -* Added `-[MGLOfflineStorage addContentsOfFile:withCompletionHandler:]` and `-[MGLOfflineStorage addContentsOfURL:withCompletionHandler:]` methods to add pregenerated offline packs to offline storage. ([#12791](https://github.com/mapbox/mapbox-gl-native/pull/12791)) ### Other changes |