summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-03-13 18:37:36 +0100
committerŁukasz Paczos <lukas.paczos@gmail.com>2019-03-13 19:00:53 +0100
commitd98c1f319cc618afdf112c840a46378eed88d795 (patch)
tree01418683637427a91bb4a337be43c87028066e0a
parentc399c459c29e648fa34afd1642b420ba7a96173c (diff)
downloadqtlocation-mapboxgl-d98c1f319cc618afdf112c840a46378eed88d795.tar.gz
[android] changelog for 7.3.0-alpha.2
-rw-r--r--platform/android/CHANGELOG.md12
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