summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-18 15:58:15 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-18 18:38:24 +0200
commitba92d569b6052d1769295083ff5ef0d4aff6382b (patch)
treeab00d868e8c0b6fec224e9d4d6bf9cef5c63f21d
parent950816063ff2810e61eec9ced95995c0ea65ed1b (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_tile_static_mode_render_cache.tar.gz
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c17145f08e..21dd8c669d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
## master
+### ✨ New features
+
+- [tile mode][static mode] Clear render data for the new still image request ([#16318](https://github.com/mapbox/mapbox-gl-native/pull/16318))
+
+ The new `keepRenderData` map options flag is added to control whether render data shall be kept between `renderStill()` calls.
+
+### 🐞 Bug fixes
+
+- [tile mode][static mode] Clear render data for the new still image request ([#16318](https://github.com/mapbox/mapbox-gl-native/pull/16318))
+
+ If the `keepRenderData` map options flag is unset all render data is cleared between `renderStill()` calls, thus stale tiles from the previous `renderStill()` call are never shown.
+
+### 🏁 Performance improvements
+
+- [tile mode][static mode] Clear render data for the new still image request ([#16318](https://github.com/mapbox/mapbox-gl-native/pull/16318))
+
+ If the `keepRenderData` map options flag is unset all render data is cleared between `renderStill()` calls, thus saving memory being used.
+
## maps-v1.4.1
### 🐞 Bug fixes