summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-01-31 13:18:49 +0100
committerTobrun <tobrun@mapbox.com>2018-02-05 12:19:41 +0100
commitc9ef84316ac3336f86de1473ed0b17fb33fc46d6 (patch)
tree38522d87210d4f9004069c577bbbecf23bba3068
parentcdf65020c18812d492d94a64b9fc42853442de22 (diff)
downloadqtlocation-mapboxgl-c9ef84316ac3336f86de1473ed0b17fb33fc46d6.tar.gz
[android] - update changelog for 5.4.0
-rw-r--r--platform/android/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index fa212b86ad..88ce0cf697 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,12 @@
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.4.0 - January 30, 2018
+ - Blacklist Adreno 2xx GPU for VAO support [#11047](https://github.com/mapbox/mapbox-gl-native/pull/11047)
+ - Bearing tracking mode GPS_NORTH_FACING [#11095](https://github.com/mapbox/mapbox-gl-native/pull/11095)
+ - Disable logging missing location permissons [#11084](https://github.com/mapbox/mapbox-gl-native/pull/11084)
+ - Create offline handler using the main thread looper [#11021](https://github.com/mapbox/mapbox-gl-native/pull/11021)
+
## 6.0.0-beta.1 - January 26, 2018
- Binding integration for expressions [#10654](https://github.com/mapbox/mapbox-gl-native/pull/10654)
- CustomGeometrySource [#9983](https://github.com/mapbox/mapbox-gl-native/pull/9983)