diff options
author | Langston Smith <langston.smith@mapbox.com> | 2019-09-18 17:18:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 17:18:53 -0700 |
commit | 996b020beecc49f9dd6533f6c14510b790ee3b63 (patch) | |
tree | d27376733a0ac3c52201fb5edea1d55f0ef61136 | |
parent | ce41f6f35fc23aaa1554822f747535c61c659c9f (diff) | |
download | qtlocation-mapboxgl-996b020beecc49f9dd6533f6c14510b790ee3b63.tar.gz |
[android] Updated changelog for 8.3.1 patch release-queso (#15664)
-rw-r--r-- | platform/android/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 76704a44cf..de85c2e71a 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -10,6 +10,12 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to - Fixed an issue that `maxzoom` in style `Sources` option was ignored when URL resource is provided. It may cause problems such as extra tiles downloading at higher zoom level than `maxzoom`, or problems that wrong setting of `overscaledZ` in `OverscaledTileID` that will be passed to `SymbolLayout`, leading wrong rendering appearance. [#15581](https://github.com/mapbox/mapbox-gl-native/pull/15581) - Fixed an assertion hit caused by possibility of adding a layer to an incompatible source. [#15644](https://github.com/mapbox/mapbox-gl-native/pull/15644) +## 8.3.1 - September 18, 2019 +[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.3.0...android-v8.3.1) since [Mapbox Maps SDK for Android v8.3.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.3.0): + +### Bug fixes + - Updated earcut.hpp submodule file [#15660](https://github.com/mapbox/mapbox-gl-native/pull/15660) + ## 8.4.0-alpha.2 - September 11, 2019 [Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.4.0-alpha.1...android-v8.4.0-alpha.2) since [Mapbox Maps SDK for Android v8.4.0-alpha.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.4.0-alpha.1): |