summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsana Babayan <32496536+osana@users.noreply.github.com>2019-01-07 14:08:53 -0500
committerGitHub <noreply@github.com>2019-01-07 14:08:53 -0500
commit6e066f0175f8429882a01a656a3813e099dee560 (patch)
tree1d303868063540f686f96e40ba917cd6fb22ec3d
parentf6f552d04eacb589d861fcaec86f5781e5b1831e (diff)
downloadqtlocation-mapboxgl-android-v7.0.0.tar.gz
[android] v7.0.0 changelog (#13682)android-v7.0.0
-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 148ce34aeb..37fc818f77 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)