diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-11-11 11:13:23 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-11-11 18:20:01 +0200 |
commit | 5bd3b51a8193d22828cb00de6b8fd759c5d8bb45 (patch) | |
tree | 693cd77e8324e476eb0de09f65e639d1c63f2c57 /platform/android | |
parent | 64b1662e55d2593db159e55cd7d901d5a502b96b (diff) | |
download | qtlocation-mapboxgl-5bd3b51a8193d22828cb00de6b8fd759c5d8bb45.tar.gz |
[android] Update changelog
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 815a20a572..7bab764af5 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -3,6 +3,7 @@ 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 +- Added support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image) in core library. Runtime APIs for image expression will be implemented separately. [#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877) ### Bug fixes - Fixed the rendering bug caused by redundant pending requests for already requested images [#15864](https://github.com/mapbox/mapbox-gl-native/pull/15864) |