summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-12-21 15:35:31 -0800
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-12-21 17:21:40 -0800
commit27ae4b3a0d11409e8c6bd8cd21eda8139ebbf4fc (patch)
tree561115c55b6d5909a148e63cb9d30eb6c57e866b
parentf151d87ccc606acf020867cfc6ccd31f8bd38894 (diff)
downloadqtlocation-mapboxgl-27ae4b3a0d11409e8c6bd8cd21eda8139ebbf4fc.tar.gz
[ios, macos] Changelog edits post v4.7.1
-rw-r--r--platform/ios/CHANGELOG.md4
-rw-r--r--platform/macos/CHANGELOG.md1
2 files changed, 3 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index e22afe96bd..864e525581 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -5,8 +5,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 4.7.1 - December 21, 2018
### Styles and rendering
-* Reverts the ability for `MGLMapView`, `MGLShapeOfflineRegion`, and `MGLTilePyramidOfflineRegion` to use version 11 of the Mapbox Streets style.
-* Reverts the ability for convenience methods on `MGLStyle` such as `MGLStyle.lightStyleURL`, to use version 11 of the Mapbox Streets style.
+* `MGLMapView`, `MGLShapeOfflineRegion`, and `MGLTilePyramidOfflineRegion` now use version 10 of the Mapbox Streets style. ([#13646](https://github.com/mapbox/mapbox-gl-native/pull/13646))
+* Convenience methods on `MGLStyle` such as `MGLStyle.lightStyleURL` now use use version 10 of the Mapbox Streets style. ([#13646](https://github.com/mapbox/mapbox-gl-native/pull/13646))
## 4.7.0 - December 18, 2018
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 32277e930d..9d6dce9dea 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -15,6 +15,7 @@
* Added support for setting `MGLCollisionBehaviorPre4_0` in `NSUserDefaults`. ([#13426](https://github.com/mapbox/mapbox-gl-native/pull/13426))
* `-[MGLStyle localizeLabelsIntoLocale:]` and `-[NSExpression(MGLAdditions) mgl_expressionLocalizedIntoLocale:]` can automatically localize styles that use version 8 of the Mapbox Streets source. ([#13481](https://github.com/mapbox/mapbox-gl-native/pull/13481))
* Fixed symbol flickering during instantaneous transitions. ([#13535](https://github.com/mapbox/mapbox-gl-native/pull/13535))
+* Fixed a crash when specifying `MGLShapeSourceOptionLineDistanceMetrics` when creating an `MGLShapeSource`. ([#13543](https://github.com/mapbox/mapbox-gl-native/pull/13543))
### Other changes