diff options
author | Osana Babayan <32496536+osana@users.noreply.github.com> | 2018-12-21 19:13:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 19:13:29 +0300 |
commit | d837d94a22baf73572dbbc611dbd1519207cc406 (patch) | |
tree | 1cb25fd9bdcf73cd4dc267df1a67733ed6f674f4 /platform/android/CHANGELOG.md | |
parent | edf33c8a1c0aaac25b75500c284ab76c4bcdc2c6 (diff) | |
download | qtlocation-mapboxgl-d837d94a22baf73572dbbc611dbd1519207cc406.tar.gz |
7.0.0-beta.2 changelog (#13634)
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r-- | platform/android/CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index a6015ca439..148ce34aeb 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,15 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.0.0-beta.2 - December 21, 2018 +- Mapbox services sdk version bump to 4.3.0 [#13610](https://github.com/mapbox/mapbox-gl-native/pull/13610) +- Added Style object parameter mention to LocationComponent methods [#13597](https://github.com/mapbox/mapbox-gl-native/pull/13597) +- Clean up remaining deprecated methods for 7.0.0 [#13613](https://github.com/mapbox/mapbox-gl-native/pull/13613) +- Dismiss the foreground color only when the style is loaded [#13582](https://github.com/mapbox/mapbox-gl-native/pull/13582) +- Location update fastest interval workaround[#13592](https://github.com/mapbox/mapbox-gl-native/pull/13592) +- CameraMode transition animation and result listeners[#13523](https://github.com/mapbox/mapbox-gl-native/pull/13523) +- Validate if weakreference is still valid [#13555](https://github.com/mapbox/mapbox-gl-native/pull/13555) + ## 6.8.0 - December 19, 2018 - Update core styles based on the streets-v8 source. This results in breaking changes for any code that references internal layers and sources of the style [#13615](https://github.com/mapbox/mapbox-gl-native/pull/13615) - Fixed compass update time not getting updated [#13569](https://github.com/mapbox/mapbox-gl-native/pull/13569) |