summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2019-06-03 10:35:03 -0700
committerGitHub <noreply@github.com>2019-06-03 10:35:03 -0700
commitd2badb56cd40c5254cca59035b62ea7fd4950f35 (patch)
treebbe3fab6f822d44c2b0bb8c58220f2c3290ca396
parent402645109f8d0535cac132d824d39f38a4f1c558 (diff)
downloadqtlocation-mapboxgl-d2badb56cd40c5254cca59035b62ea7fd4950f35.tar.gz
[android] update changelog for 8.1.0-alpha.1 (#14825)
-rw-r--r--platform/android/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index c544c98b03..195065b7bf 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -9,7 +9,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Implemented asymmetric center of perspective: fixed an issue that caused the focal point to be always based on the view's horizontal center when setting [MapboxMap setPadding](https://docs.mapbox.com/android/api/map-sdk/8.0.0/com/mapbox/mapboxsdk/maps/MapboxMap.html#setPadding-int-int-int-int-). [#14664](https://github.com/mapbox/mapbox-gl-native/pull/14664)
-## 8.1.0-alpha.1 - May 29, 2019
+## 8.1.0-alpha.1 - June 3, 2019
### Bugs
- Return color string values in the [0-255] range [#14233](https://github.com/mapbox/mapbox-gl-native/pull/14233)
@@ -28,6 +28,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
### Build
- Update maven publishing script to enable aar packaging [#14778](https://github.com/mapbox/mapbox-gl-native/pull/14778)
+- Do not try to package duplicate files in the publication [#14822](https://github.com/mapbox/mapbox-gl-native/pull/14822)
### Docs
- Document that elevation(0) turns off the location shadow [#14723](https://github.com/mapbox/mapbox-gl-native/pull/14723)