summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-03-31 13:48:47 +0200
committerGitHub <noreply@github.com>2017-03-31 13:48:47 +0200
commit8e538b4d06b12a8b0649b6b98386acca5fb5eeef (patch)
tree90ec77a67b0fbfe3db18870f1488f73022d37d91 /platform/android/CHANGELOG.md
parenta46d91f7c5cbcdd9343d1a3dfba17e375a466e2a (diff)
downloadqtlocation-mapboxgl-8e538b4d06b12a8b0649b6b98386acca5fb5eeef.tar.gz
Cherry pick v5.0.2 changes (#8586)
* [android] execute resource transform callback on the right thread * [android] allow resetting of resource transform callback * update CHANGELOG for v5.0.2 * [android] - correct anchoring when Icon is updated (#8519)
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 5c6b8d57b0..01d7b1ab5b 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,14 @@
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.
+## 5.0.2 - April 3, 2017
+
+5.0.2 is a patch release that contains the following changes:
+
+* Fix resource transform callback [#8582](https://github.com/mapbox/mapbox-gl-native/pull/8582)
+* Restore onTouch behaviour to 4.x version [#8585](https://github.com/mapbox/mapbox-gl-native/pull/8585)
+* Restore anchoring after updating MarkerView Icon [#8519](https://github.com/mapbox/mapbox-gl-native/pull/8519)
+
## 5.0.1 - March 22nd, 2017
5.0.1 is a patch release that addresses a shader precision issue that created a rendering problem on some devices.