diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-07-03 19:50:25 +0200 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2019-07-03 22:58:23 +0200 |
commit | 869ff70e0dbfeab16b20bb1a8d765db153312a42 (patch) | |
tree | 93c116b1712573fd9ed06b0558e57b5c2105ab61 /platform | |
parent | 12e0a6b0c67bc2356dbe83d7ab19efdd9a3dc2ea (diff) | |
download | qtlocation-mapboxgl-869ff70e0dbfeab16b20bb1a8d765db153312a42.tar.gz |
[android] changelog for 8.2.0-alpha.2android-v8.2.0-alpha.2
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 3fe42e62d5..9288256692 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,10 +4,19 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 8.2.0-alpha.2 - July 3, 2019 + ### Bugs - Fixed style change transition regression caused by delayed setting of the updated layer properties [#15016](https://github.com/mapbox/mapbox-gl-native/pull/15016) + +### Features + - Cache management API [#14962](https://github.com/mapbox/mapbox-gl-native/pull/14962) + - Include Hiragana and Katakana glyph ranges to LocalGlyphRasterizer [#15009](https://github.com/mapbox/mapbox-gl-native/pull/15009) + +### Build + - Update CI image with NDK r20 [#15005](https://github.com/mapbox/mapbox-gl-native/pull/15005) -## 8.2.0 - June 26, 2019 +## 8.2.0-alpha.1 - June 26, 2019 ### Bugs - Fixed queryRenderedFeatues bug caused by incorrect sort feature index calculation [#14884](https://github.com/mapbox/mapbox-gl-native/pull/14884) |