summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-07-03 19:50:25 +0200
committerŁukasz Paczos <lukas.paczos@gmail.com>2019-07-03 19:50:25 +0200
commitd7987890ed170916608b0ca280622351e0966dac (patch)
tree93c116b1712573fd9ed06b0558e57b5c2105ab61
parent12e0a6b0c67bc2356dbe83d7ab19efdd9a3dc2ea (diff)
downloadqtlocation-mapboxgl-upstream/lp-8.2.0-alpha.2-changelog.tar.gz
[android] changelog for 8.2.0-alpha.2upstream/lp-8.2.0-alpha.2-changelog
-rw-r--r--platform/android/CHANGELOG.md11
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)