summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorfabian-guerra <fabian.guerra@mapbox.com>2017-01-25 22:38:53 -0500
committerJason Wray <friedbunny@users.noreply.github.com>2017-01-25 22:38:53 -0500
commit8ac99759415a8d89fc8b49b702eedc6867e4e4a5 (patch)
tree938e61574aa90036a60f79f21fc66a4c6fb3b48f /platform/ios/CHANGELOG.md
parent85f485e4edba611e058a9eb67cafda6df688a183 (diff)
downloadqtlocation-mapboxgl-8ac99759415a8d89fc8b49b702eedc6867e4e4a5.tar.gz
[ios, macos] Deprecate style class API (#7785)
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 3218039a50..f6409b3178 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,11 +2,12 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## 3.4.1
+## 3.4.1
* Fixed a build error in the static framework flavor of this SDK caused by a missing header. ([#7844](https://github.com/mapbox/mapbox-gl-native/pull/7844))
* Fixed an issue causing MGLMapView’s `camera`’s `heading` to be set to a negative value, indicating an undefined heading, when the map view faces northwest. The heading is now wrapped to between zero and 360 degrees, for consistency with MGLMapView’s `direction` property. ([#7724](https://github.com/mapbox/mapbox-gl-native/pull/7724))
* Fixed an issue causing MGLMapView flash of black. ([#7859](https://github.com/mapbox/mapbox-gl-native/pull/7859))
+* Style class methods in `MGLStyle` marked as deprecated. ([#7785](https://github.com/mapbox/mapbox-gl-native/pull/7785))
## 3.4.0