aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Tarasov <igor.tarasov@mapbox.com>2019-10-03 17:00:27 +0300
committerGitHub <noreply@github.com>2019-10-03 17:00:27 +0300
commit10c14bee45dc9c91cee8fe634fe150c361d0937a (patch)
tree38b66ead375367103894971e4834ff6444e88f25
parent747524778273b483af9f7b247d0756b524b82b71 (diff)
[android] - changelog for 8.5.0-alpha.1 (#15753)android-v8.5.0-alpha.1
* [android] Update changelog for v8.5.0-alpha.1
-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 14a68537c..e28b5849e 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,8 +4,12 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 8.5.0-alpha.1 - October 3, 2019
+[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.4.0...android-v8.5.0-alpha.1) since [Mapbox Maps SDK for Android v8.4.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.4.0):
### Bug fixes
- Suppress network requests for expired tiles update, if these tiles are invisible. [#15741](https://github.com/mapbox/mapbox-gl-native/pull/15741)
+ - Fixed opacity interpolation for composition expressions [#15738](https://github.com/mapbox/mapbox-gl-native/pull/15738)
+ - Fixed an issue where `Projection#getMetersPerPixelAtLatitude` returned a value incorrectly divided by the pixel ratio. This also fixes an issue where `LocationComponent` accuracy circle's radius was artificially increased. [#15742](https://github.com/mapbox/mapbox-gl-native/pull/15742)
## 8.4.0 - September 25, 2019
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.4.0-beta.1...android-v8.4.0) since [Mapbox Maps SDK for Android v8.4.0-beta.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.4.0-beta.1):