summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsana Babayan <32496536+osana@users.noreply.github.com>2019-01-07 14:09:43 -0500
committerGitHub <noreply@github.com>2019-01-07 14:09:43 -0500
commit9e3a64970f161cbc10043766c51a13136753d158 (patch)
treede33a391090540c49f718f051f37e1acb3cba355
parent2f9f3f14d63ca840383f22191de9e4888308d901 (diff)
downloadqtlocation-mapboxgl-9e3a64970f161cbc10043766c51a13136753d158.tar.gz
[android] v7.0.0 changelog (#13684)
-rw-r--r--platform/android/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 0baf7e4b92..243ca234ef 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 7.0.0 - January 7, 2019
+- 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)
+- Cancel camera transitions only when set CameraMode is not None [#13662](https://github.com/mapbox/mapbox-gl-native/pull/13662)
+- Fix location interval workaround initialization [#13670](https://github.com/mapbox/mapbox-gl-native/pull/13670)
+
## 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)