diff options
author | Tobrun Van Nuland <tobrun.van.nuland@gmail.com> | 2017-09-25 10:16:18 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-09-26 11:43:33 +0200 |
commit | 2511e78e1f8290ba6c38b35ef3db0e6d35fe4487 (patch) | |
tree | ee2f1ee14a6053fc51702b6478c454134df6dae5 /platform/android/CHANGELOG.md | |
parent | 0701de566b1d818c5cedf75ff72599e3711513dd (diff) | |
download | qtlocation-mapboxgl-2511e78e1f8290ba6c38b35ef3db0e6d35fe4487.tar.gz |
[android] - update changelog for 5.1.4 release.
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r-- | platform/android/CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 529b0e0732..75a6c4d2b9 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,22 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to * Russian and Ukrainian localizations [#9945](https://github.com/mapbox/mapbox-gl-native/pull/9945) +### 5.1.4 - September 25, 2017 + +* Update translations [#10033](https://github.com/mapbox/mapbox-gl-native/pull/10033) & [#9945](https://github.com/mapbox/mapbox-gl-native/pull/9945) +* Continue rendering tiles despite erros [#10012](https://github.com/mapbox/mapbox-gl-native/pull/10012) +* Fix layer z-fighting [#9942](https://github.com/mapbox/mapbox-gl-native/pull/9942) +* Align line vertex to 4-byte boundary [#9943](https://github.com/mapbox/mapbox-gl-native/pull/9943) +* Bump proguard config for OkHttp [#9970](https://github.com/mapbox/mapbox-gl-native/pull/9970) +* Remove database on schema downgrade [#9837](https://github.com/mapbox/mapbox-gl-native/pull/9837) +* Disable rotation gesture when pinch zooming [#10026](https://github.com/mapbox/mapbox-gl-native/pull/10026) +* Do not check if connection is local request [#9968](https://github.com/mapbox/mapbox-gl-native/pull/9968) +* Harden offline region deletion [#9967](https://github.com/mapbox/mapbox-gl-native/pull/9967) +* Clear out mapCallback's OnMapReadyListeners on destroy [#9957](https://github.com/mapbox/mapbox-gl-native/pull/9957) +* Avoid adding duplicate points to bounds [#9955](https://github.com/mapbox/mapbox-gl-native/pull/9955) +* Download is complete fix [#9913](https://github.com/mapbox/mapbox-gl-native/pull/9913) +* MAS 2.2.3 [#9901](https://github.com/mapbox/mapbox-gl-native/pull/9901) + ## 5.1.3 - August 18, 2017 * Use separate attribute component for line normals [#9753](https://github.com/mapbox/mapbox-gl-native/pull/9753) |