summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkevin <kevin.li@mapbox.com>2020-03-18 10:15:46 +0800
committerkevin <kevin.li@mapbox.com>2020-03-24 10:39:43 +0800
commit7f812db00ca37bff85f1caf9acdff445a61f815e (patch)
tree915a25a1410e3d0a215f048212494c0982243dba
parented991bcfa031c3630bb97b15233e1f28508b2089 (diff)
downloadqtlocation-mapboxgl-7f812db00ca37bff85f1caf9acdff445a61f815e.tar.gz
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3148c59558..bdb01e4dd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@
The newly added `Renderer::clearData()` method allows to clear render data and thus save memory and make sure outdated tiles are not shown. It clears data more agressively than `Renderer::reduceMemoryUse()` does, as it clears not only the cache but all orchestration data, including the data used by the currently rendered frame.
+- [android] Add jni binding for styleable snapshotter ([#16286](https://github.com/mapbox/mapbox-gl-native/pull/16286))
+
### 🐞 Bug fixes
- [core] Use `TileCoordinates` instead of `LngLat` for `within` expression calculation ([#16319](https://github.com/mapbox/mapbox-gl-native/pull/16319))