summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-25 10:55:12 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-25 11:00:14 +0200
commit7436d2960149f240b8858b6be78be37101082ad9 (patch)
treef11c9e9e340190ad7b8572e551a9616a548db7be
parent0c979700744bdb8e5d6abe5e9e9c3a9376e8dae5 (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_add_android_snapshotter_methods.tar.gz
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92d0b47cd1..9d4d4c1e8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,8 @@
The newly-added API is used in the style-conversion code, which made this code much simpler.
+- [android] Expose getLayer, getSource and Observer interface for snapshotter ([#16338](https://github.com/mapbox/mapbox-gl-native/pull/16338))
+
### 🐞 Bug fixes
- [core] Use `TileCoordinates` instead of `LngLat` for `within` expression calculation ([#16319](https://github.com/mapbox/mapbox-gl-native/pull/16319))