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-16 10:44:56 +0200
commitfbc39fa42afab40ecd9fa4da0cf9f05a50285b03 (patch)
tree591ac7902d0700503f8be5b5bc8f58456c224a01
parent1847ef0fa90cf183d9a4035b49d7d59e9f392838 (diff)
downloadqtlocation-mapboxgl-fbc39fa42afab40ecd9fa4da0cf9f05a50285b03.tar.gz
[android] changelog for v6.4.0
(cherry picked from commit 5aee8d9)
-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 daef4095f9..b314165143 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -6,6 +6,10 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Don't default-show text/icons that depend on the placement of a paired icon/text [#12483](https://github.com/mapbox/mapbox-gl-native/issues/12483)
- Fix symbol querying for markers near tile boundaries at high zoom. ([#12472](https://github.com/mapbox/mapbox-gl-native/issues/12472))
+## 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)