diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-03-13 18:37:36 +0100 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2019-03-13 19:59:52 +0100 |
commit | 0cf1079ca044666ab7e79038082c324139da599e (patch) | |
tree | 01418683637427a91bb4a337be43c87028066e0a /platform/android | |
parent | c399c459c29e648fa34afd1642b420ba7a96173c (diff) | |
download | qtlocation-mapboxgl-0cf1079ca044666ab7e79038082c324139da599e.tar.gz |
[android] changelog for 7.3.0-alpha.2
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 337dd801b3..7a117f4b2a 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,9 +4,21 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.3.0-alpha.2 - March 13, 2019 + ### Features +- Option to change path of the resources cache db [#13947](https://github.com/mapbox/mapbox-gl-native/pull/13947) +- Throw an exception if the component is accessed before the activation [#14068](https://github.com/mapbox/mapbox-gl-native/pull/14068) - Add Galician localization [#14095](https://github.com/mapbox/mapbox-gl-native/pull/14095) +### Bugs +- Set a blank style when an empty builder is provided [#14085](https://github.com/mapbox/mapbox-gl-native/pull/14085) +- Fix quick-zoom + double-tap gestures combo regression [#14084](https://github.com/mapbox/mapbox-gl-native/pull/14084) +- Explicitly declare MapboxIssueRegistry's lint version [#14086](https://github.com/mapbox/mapbox-gl-native/pull/14086) + +### Build +- Publish SNAPSHOTs to oss.jfrog.org [#14067](https://github.com/mapbox/mapbox-gl-native/pull/14067) + ## 7.3.0-alpha.1 - March 7, 2019 ### Features |