summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“osana” <osana.babayan@mapbox.com>2018-12-21 01:09:30 +0300
committer“osana” <osana.babayan@mapbox.com>2018-12-21 13:27:07 +0300
commit43034f166801901afaeb04a36db4f168cb3df77f (patch)
treee5a10098d7a8efebd0e52983798c226be059e4f9
parentf64544d6f03f9cda6b185c6f64c2a921c9c7b9f9 (diff)
downloadqtlocation-mapboxgl-upstream/osana-7.0.0-beta.2-changelog.tar.gz
-rw-r--r--platform/android/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index a6015ca439..3c6e25d860 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,16 @@ 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)
+- Reworked instrumentation test activity to use a local style again [#13627](https://github.com/mapbox/mapbox-gl-native/pull/13627)
+- 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)