diff options
author | Langston Smith <langston.smith@mapbox.com> | 2019-02-14 08:50:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 08:50:10 -0800 |
commit | a471d896e960fdfd171af678d582b2bad5749bcc (patch) | |
tree | a8f4a504c2972392c611dd274b9fbe1f6bd1dd8f | |
parent | 3802f7e922e16a18c75d66aa615094f4c62fd0b1 (diff) | |
download | qtlocation-mapboxgl-a471d896e960fdfd171af678d582b2bad5749bcc.tar.gz |
[android] Update changelog for v7.2.0-alpha.2 (#13930)android-v7.2.0-alpha.2
* [android] updated android changelog for 7.2.0-alpha.2 release
* [android] Added additional bug fix to changelog
-rw-r--r-- | platform/android/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index a324a31a12..3360863167 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.2.0-alpha.2 - February 14, 2019 +### Bug +- Invalidate the camera position when gesture finishes[#13920](https://github.com/mapbox/mapbox-gl-native/pull/13920) +- Hook into surface holder to cleanup renderer on the right thread before the surface is destroyed [#13926](https://github.com/mapbox/mapbox-gl-native/pull/13926) +- Fix deadlock in http request on hitting tile limit[#13858](https://github.com/mapbox/mapbox-gl-native/pull/13858) + ## 7.2.0-alpha.1 - February 7, 2019 ### Build - Update downstream circle-ci job name [#13872](https://github.com/mapbox/mapbox-gl-native/pull/13872) |