diff options
author | Antonio Zugaldia <antonio@mapbox.com> | 2016-09-21 16:55:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 16:55:29 -0400 |
commit | c0ed193c2001c613122c7b647effc80dfae9bab2 (patch) | |
tree | b05aa274e357844ae473beceaa36c6200aeb9b47 /platform/android/CHANGELOG.md | |
parent | 2bde64fcb38ba6309ae32fbdac11d3a7575593c9 (diff) | |
download | qtlocation-mapboxgl-c0ed193c2001c613122c7b647effc80dfae9bab2.tar.gz |
[android] #6418 - Release Android v4.2.0-beta.3android-v4.2.0-beta.3
* [android] #6418 - update VERSION_NAME to 4.2.0-beta.3
* revert VERSION_NAME for development
* Update CHANGELOG.md
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r-- | platform/android/CHANGELOG.md | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 62389825d8..836e1da7ae 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,16 +2,22 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started. +## 4.2.0-beta.3 - September 21, 2016 + +Mapbox Android 4.2.0-beta.3 contains all 4.2.0-beta.2 changes and adds: + +* Configurable API endpoint [#6309](https://github.com/mapbox/mapbox-gl-native/pull/6309) +* Adjusted logging level for failed OkHttp requests [6356](https://github.com/mapbox/mapbox-gl-native/issues/6356) +* Offline improvements: + - Fix SQLite crashes by reverting WAL journal mode [#6320](https://github.com/mapbox/mapbox-gl-native/pull/6320) + ## 4.2.0-beta.2 - August 25, 2016 -Mapbox Android 4.2.0 introduces the Runtime Style API and improves performance. +Mapbox Android 4.2.0-beta.2 contains all 4.2.0-beta.1 changes and adds: -* Runtime Style API [#5610](https://github.com/mapbox/mapbox-gl-native/issues/5610) * Query rendered features [#5869](https://github.com/mapbox/mapbox-gl-native/issues/5869) * Clustering [#5852](https://github.com/mapbox/mapbox-gl-native/issues/5852) * Integrated support for [Mapbox Android Services](https://www.mapbox.com/android-sdk/#mapbox_android_services) -* Map view rendered with `SurfaceView` [#5000](https://github.com/mapbox/mapbox-gl-native/issues/5000) -* Earcut [#2444](https://github.com/mapbox/mapbox-gl-native/pull/2444) * Offline improvements: - Enable external storage to host the tiles database [#5589](https://github.com/mapbox/mapbox-gl-native/issues/5589) - Stop delivering status updates when offline download is canceled [#5538](https://github.com/mapbox/mapbox-gl-native/issues/5538) @@ -24,7 +30,7 @@ Mapbox Android 4.2.0 introduces the Runtime Style API and improves performance. * Runtime Style API ([#5610](https://github.com/mapbox/mapbox-gl-native/issues/5610)) * Earcut ([#2444](https://github.com/mapbox/mapbox-gl-native/pull/2444)) -* SurfaceView ([#5000](https://github.com/mapbox/mapbox-gl-native/issues/5000)) +* Map view rendered with `SurfaceView` for improved performance [#5000](https://github.com/mapbox/mapbox-gl-native/issues/5000) ## 4.1.1 - July 19, 2016 |