summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-01-10 18:09:59 +0100
committerTobrun <tobrun@mapbox.com>2019-01-10 19:02:46 +0100
commit71c20bca68c4641bb86f7a0a3782a8f459ce2301 (patch)
tree72d5883c9467233f104fd7031bd507c960499157
parent5f3f5f6e3d6dafb304b5ddf0bf555581ee31c8b8 (diff)
downloadqtlocation-mapboxgl-upstream/release-iowaska.tar.gz
[android] - update changelog for v7.0.1android-v7.0.1upstream/release-iowaska
-rw-r--r--platform/android/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 37fc818f77..80915a9fdd 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,20 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 7.0.1 - January 11, 2019
+ - Experimental setMaximumFps configuration on MapView [#13498](https://github.com/mapbox/mapbox-gl-native/pull/13498)
+
+## 7.1.0-alpha.1 - January 9, 2019
+ - Add a Buck build and BUCK file for Android [#13584](https://github.com/mapbox/mapbox-gl-native/pull/13584)
+ - Instrumented unit tests, add map tests, refactor generated layer tests [#13443](https://github.com/mapbox/mapbox-gl-native/pull/13443)
+ - Add setMaximumFps configuration on MapView [#13498](https://github.com/mapbox/mapbox-gl-native/pull/13498)
+ - Fix deduping rings in quering [#11984](https://github.com/mapbox/mapbox-gl-native/pull/11984)
+ - Updated script detection for Unicode 11 [#13651](https://github.com/mapbox/mapbox-gl-native/pull/13651)
+ - Drop layer type and remaining usages [#13624](https://github.com/mapbox/mapbox-gl-native/pull/13624)
+ - Save debug cache state vs map state [#13638](https://github.com/mapbox/mapbox-gl-native/pull/13638)
+ - Add "localIdeographs" option to OfflineRegionDefinition [#13607](https://github.com/mapbox/mapbox-gl-native/pull/13607)
+ - Remove timber in favor of logger [#13625](https://github.com/mapbox/mapbox-gl-native/pull/13625)
+
## 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)