diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2018-09-05 19:48:52 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-09-05 20:14:07 +0200 |
commit | 5fb096a4d09dd41f281612a94f9468df755bccb4 (patch) | |
tree | c324aec54d1a4f6adf382589737d1b4b1d305cad | |
parent | 315a9e3cdfef828da9d359209ce367d0d2b3ebe8 (diff) | |
download | qtlocation-mapboxgl-5fb096a4d09dd41f281612a94f9468df755bccb4.tar.gz |
[android] - update changelog for v6.5.0-beta.1
-rw-r--r-- | platform/android/CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index a7d0b1ecc6..13162c0b48 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -3,7 +3,21 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started. ## master -- Add support for feature expressions in `line-pattern`, `fill-pattern`, and `fill-extrusion-pattern` properties. [#12284](https://github.com/mapbox/mapbox-gl-native/pull/12284) + +## 6.5.0-beta.1 - September 5, 2018 + - Retain shared thread pool reference [#12811](https://github.com/mapbox/mapbox-gl-native/pull/12811) + - MapStrictMode configuration [#12817](https://github.com/mapbox/mapbox-gl-native/pull/12817) + - Provide correct expression integration for newly created properties [#12809](https://github.com/mapbox/mapbox-gl-native/pull/12809) + - Get source id for supported layer types [#12801](https://github.com/mapbox/mapbox-gl-native/pull/12801) + - Check if map is destroyed before saving state in a fragment [#12804](https://github.com/mapbox/mapbox-gl-native/pull/12804) + - Bump leak canary to 1.6.1 [#12767](https://github.com/mapbox/mapbox-gl-native/pull/12767) + - Add quotes to string representation of string literal [#12768](https://github.com/mapbox/mapbox-gl-native/pull/12768) + - Make improve this map translatable [#12785](https://github.com/mapbox/mapbox-gl-native/pull/12785) + - Add Keep annotation to abstract components [#12796](https://github.com/mapbox/mapbox-gl-native/pull/12796) + - Gradle tools 3.1.4 [#12795](https://github.com/mapbox/mapbox-gl-native/pull/12795) + - Explicitly remove local references [#12774](https://github.com/mapbox/mapbox-gl-native/pull/12774) + - Add more languages to tx config file [#12719](https://github.com/mapbox/mapbox-gl-native/pull/12719) + - Add support for feature expressions in `line-pattern`, `fill-pattern`, and `fill-extrusion-pattern` properties. [#12284](https://github.com/mapbox/mapbox-gl-native/pull/12284) ## 6.5.0-alpha.2 - August 29, 2018 - Keep arbitrary region fields and constructor of OfflineGeometryRegionDefinition while obfuscating [#12734](https://github.com/mapbox/mapbox-gl-native/pull/12734) |