summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-09-20 10:44:32 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-09-20 12:00:22 +0200
commit2f7a1475e0287f9ca62c2d838f71011595cdb526 (patch)
treef098394971537b62b2a35f2f23c9d7f207b314f0
parent41427ffbe74be4612e50f22b479aefb0f8737073 (diff)
downloadqtlocation-mapboxgl-2f7a1475e0287f9ca62c2d838f71011595cdb526.tar.gz
[android] update 6.6.0-alpha.1 changelog to reflect ProGuard changes
-rw-r--r--platform/android/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index fe09526b42..bdbaa11712 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -12,6 +12,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Update isEmulator check [#12832](https://github.com/mapbox/mapbox-gl-native/pull/12832)
- Prevent crash when expression evaluates to default, no pattern [#12896](https://github.com/mapbox/mapbox-gl-native/pull/12896)
- Fixed bugs in coercion expression operators ("to-array" applied to empty arrays, "to-color" applied to colors, and "to-number" applied to null) [#12864](https://github.com/mapbox/mapbox-gl-native/pull/12864)
+ - Update proguard config to not warn about AutoValue [#12920](https://github.com/mapbox/mapbox-gl-native/pull/12920)
- Remove nunicode from android binding [#12497](https://github.com/mapbox/mapbox-gl-native/pull/12497)
- Correct LatLngBounds exception message [#12816](https://github.com/mapbox/mapbox-gl-native/pull/12816)