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 20:14:15 +0200
commit52f72dd8b46bf2cc57ea87b9e2d5c0ffe8b869d0 (patch)
treeab00d868e8c0b6fec224e9d4d6bf9cef5c63f21d
parent11e6bd46c237ac23861362367120041e0d95d06c (diff)
downloadqtlocation-mapboxgl-52f72dd8b46bf2cc57ea87b9e2d5c0ffe8b869d0.tar.gz
Change log entry
-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