diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-01-22 13:50:53 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-01-23 12:09:48 +0100 |
commit | 938f087e3873c6eda69e385659ac2a75f52eda6c (patch) | |
tree | 572815cc450d4f394c1d4f9e069a84983393a5e8 | |
parent | dc8d4e8b0f45cf68c3167cb7c7205248b8e9c281 (diff) | |
download | qtlocation-mapboxgl-938f087e3873c6eda69e385659ac2a75f52eda6c.tar.gz |
[android] - update changelog for v5.3.2
-rw-r--r-- | platform/android/CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index a45971edeb..e98ed491aa 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## master + - Add Hebrew localization [#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967) + +## 5.3.2 - January 22, 2018 + - Validate surface creation before destroying [#10890](https://github.com/mapbox/mapbox-gl-native/pull/10890) + - Add filesource activation ot OfflineRegion [#10904](https://github.com/mapbox/mapbox-gl-native/pull/10904) + - Save configuration of UiSettings [#10908](https://github.com/mapbox/mapbox-gl-native/pull/10908) + - Do not overwrite user-set focal point [#10910](https://github.com/mapbox/mapbox-gl-native/pull/10910) + - Camera callbacks for velocity animated movements [#10925](https://github.com/mapbox/mapbox-gl-native/pull/10925) + - Allow changing the used OkHttpClient [#10948](https://github.com/mapbox/mapbox-gl-native/pull/10948) + - Validate zoom level before creating telemetry event [#10959](https://github.com/mapbox/mapbox-gl-native/pull/10959) + - Handle null call instances in HttpRequest [#10987](https://github.com/mapbox/mapbox-gl-native/pull/10987) + ## 5.3.1 - January 10, 2018 - Blacklist binary program loading for Vivante GC4000 GPUs [#10862](https://github.com/mapbox/mapbox-gl-native/pull/10862) - Support Genymotion [#10841](https://github.com/mapbox/mapbox-gl-native/pull/10841) |