summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorPablo Guardiola <guardiola31337@gmail.com>2017-06-01 10:05:31 +0200
committerGitHub <noreply@github.com>2017-06-01 10:05:31 +0200
commit52eba423aecca51dd65c15d2d3dbffe2f06856ba (patch)
treed81e920e3fe48cf5b21f3ae03d97eca54fec8d91 /platform/android/CHANGELOG.md
parentaf2547776acc0302d2fcfb45661198872348a980 (diff)
downloadqtlocation-mapboxgl-52eba423aecca51dd65c15d2d3dbffe2f06856ba.tar.gz
[android] Cherry picking 9133 (#9145)
* [android] Fix tracking mode + camera race condition (#9133) * [android] fix tracking mode + camera race condition * fix resetTrackingModesIfRequired bug (comparing current camera position with target camera position * cherry pick #9133 and update CHANGELOG * add null check to prevent null pointer exception
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index e99276dd20..22bede23f6 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,11 @@
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.1.0-rc.1 - TBA
+
+* Fix tracking mode + camera race condition [#9133](https://github.com/mapbox/mapbox-gl-native/pull/9133)
+* Harden orientation changes [#9128](https://github.com/mapbox/mapbox-gl-native/pull/9128)
+
## 5.1.0-beta.3 - May 26, 2017
* Add binding support for Light [#9013](https://github.com/mapbox/mapbox-gl-native/pull/9013)