summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-11 12:33:43 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-11 14:34:46 +0200
commitc4bbc994dad6a890b8a4305adac45b0d0bda36b0 (patch)
treea825e51bb2a9c42031ab63a88a6694396e9ea29e
parent3bd2d0e4d7d52dc88d30081922e1708f0d5a4bcf (diff)
downloadqtlocation-mapboxgl-c4bbc994dad6a890b8a4305adac45b0d0bda36b0.tar.gz
Add change log entries
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 748d8838cf..95bda43b5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,20 @@
The new `Source::setPrefetchZoomDelta(optional<uint8_t>)` method allows overriding default tile prefetch setting that is defined by the Map instance.
+### 🏁 Performance improvements
+
+ - [core] Loading images to style optimization ([#16187](https://github.com/mapbox/mapbox-gl-native/pull/16187))
+
+ This change enables attaching images to the style with batches and avoids massive re-allocations. Thus, it improves UI performance especially at start-up time.
+
+### 🧩 Architectural changes
+
+##### ⚠️ Breaking changes
+
+ - [core] Loading images to style optimization ([#16187](https://github.com/mapbox/mapbox-gl-native/pull/16187))
+
+ The `style::Style::getImage()` semantics changed - it now returns `optional<style::Image>`.
+
## maps-v1.0.1 (2020.01-release-unicorn)
### 🐞 Bug fixes