From 52f72dd8b46bf2cc57ea87b9e2d5c0ffe8b869d0 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 18 Mar 2020 15:58:15 +0200 Subject: Change log entry --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- cgit v1.2.1