From c4bbc994dad6a890b8a4305adac45b0d0bda36b0 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Tue, 11 Feb 2020 12:33:43 +0200 Subject: Add change log entries --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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)` 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`. + ## maps-v1.0.1 (2020.01-release-unicorn) ### 🐞 Bug fixes -- cgit v1.2.1