summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-01-08 13:58:00 -0500
committerJulian Rex <julian.rex@mapbox.com>2019-01-09 13:10:13 -0500
commitb765929795c5c9968d146013b5926628f42eedf8 (patch)
treeaeec73008dc28f1ca599b4a87b717f5fa96a8bfd
parent53e20430c8522d2450e463a1cd3a4d65c3119ea7 (diff)
downloadqtlocation-mapboxgl-b765929795c5c9968d146013b5926628f42eedf8.tar.gz
[ios] Updates the change log with 4.7.1 changes.
-rw-r--r--platform/ios/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index d96bc3cb07..7fe6976ac3 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -7,6 +7,14 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added an `MGLStyle.performsPlacementTransitions` property to control how long it takes for colliding labels to fade out. ([#13565](https://github.com/mapbox/mapbox-gl-native/pull/13565))
* Fixed a crash when casting large numbers in `NSExpression`. ([#13580](https://github.com/mapbox/mapbox-gl-native/pull/13580))
* Fixed a bug where the `animated` parameter to `-[MGLMapView selectAnnotation:animated:]` was being ignored. ([#13689](https://github.com/mapbox/mapbox-gl-native/pull/13689))
+* Reinstates version 11 as the default Mapbox Streets style (as introduced in 4.7.0).
+
+## 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.
## 4.7.0 - December 18, 2018