diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2017-12-06 13:52:19 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-12-06 17:05:16 +0100 |
commit | 1ada238dfdf6042f8c1134f63cbe66b5d5921448 (patch) | |
tree | 7a06f3edcb1294ab5b44971a52adf1d16a225b88 | |
parent | f89afa0b277beb733d330f2d40a0b9ca84dfba40 (diff) | |
download | qtlocation-mapboxgl-1ada238dfdf6042f8c1134f63cbe66b5d5921448.tar.gz |
[android] - update changelog for 5.2.1 releaseandroid-v5.2.1
-rw-r--r-- | platform/android/CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 4d3a82957c..28ab1e8dd2 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,20 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to * TBA +## 5.2.1 - December 6, 2017 + - Close race condition in RunLoop [#10537](https://github.com/mapbox/mapbox-gl-native/pull/10537) + - OkHttp 3.9.1 [#10515](https://github.com/mapbox/mapbox-gl-native/pull/10515) + - Attribution anchor point fix [#10558](https://github.com/mapbox/mapbox-gl-native/pull/10558) + - Pre API 19 VerifyError [#10579](https://github.com/mapbox/mapbox-gl-native/pull/10579) + - Set larger Http request limit [#10567](https://github.com/mapbox/mapbox-gl-native/pull/10567) + - Remove jar generation from maven publish [#10625](https://github.com/mapbox/mapbox-gl-native/pull/10625) + - Enable Map Rendering when paused for multiple window support [#10509](https://github.com/mapbox/mapbox-gl-native/pull/10509) + - Activate FileSource when listing offline regions [#10531](https://github.com/mapbox/mapbox-gl-native/pull/10531) + - Harden MarkerView integration by checking for null bitmap [#10532](https://github.com/mapbox/mapbox-gl-native/pull/10532) + - Use concurrent lists for camera change listeners [#10542](https://github.com/mapbox/mapbox-gl-native/pull/10542) + - Handle destroy activity as part of theme switching [#10589](https://github.com/mapbox/mapbox-gl-native/pull/10589) + - add FileSource activation/deactivation to MapSnapshotter [#10556](https://github.com/mapbox/mapbox-gl-native/pull/10556) + ## 5.2.0 - November 17, 2017 - Monkey crashes [#10472](https://github.com/mapbox/mapbox-gl-native/pull/10472) |