summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-19 18:48:27 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-03-19 23:12:46 +0200
commit24ed05a8718c2a0cf398fd290b3036688518eec5 (patch)
tree61cdc61e8adc7024426fc8adf2803a59fe5961ff
parent50cf1fe7aee0281728c6d57d57f3ce2c6f8d6c75 (diff)
downloadqtlocation-mapboxgl-24ed05a8718c2a0cf398fd290b3036688518eec5.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21dd8c669d..fb396c4c59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,21 +4,9 @@
### ✨ 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))
+- [core] Add Renderer::clearData() ([#16323](https://github.com/mapbox/mapbox-gl-native/pull/16323))
- 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.
+ The newly added `Renderer::clearData()` method allows to clear render data and thus save memory and make sure outdated tiles are not shown.
## maps-v1.4.1