summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-08-15 18:24:27 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-08-15 19:30:53 +0200
commit5aee8d922b7517af2b42b7dd9495a50434d8035b (patch)
tree63edebbe47526a25f376d3479be4845909722baa
parenteed5deeeca59142c1314203c714c4e1d347f979a (diff)
downloadqtlocation-mapboxgl-5aee8d922b7517af2b42b7dd9495a50434d8035b.tar.gz
[android] changelog for v6.4.0android-v6.4.0
-rw-r--r--platform/android/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 2df4bf18da..040a2eda80 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,10 @@
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.
+## 6.4.0 - August 15, 2018
+ - Use unconverted bearing value for LatLngBounds calculation [#12616](https://github.com/mapbox/mapbox-gl-native/pull/12616)
+ - Store release so files with debugging information [#12628](https://github.com/mapbox/mapbox-gl-native/pull/12628)
+
## 6.4.0-beta.1 - August 9, 2018
- Don't prefetch tiles for geojson sources [#12529](https://github.com/mapbox/mapbox-gl-native/pull/12529)
- Enable LTO in release builds [#12546](https://github.com/mapbox/mapbox-gl-native/pull/12546)