summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-12 17:03:19 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-12 20:49:26 +0200
commitd3535f1ca9f7c12b3c2290da3f347e4f95210425 (patch)
treebbf77485e49e1db2d056692bc1f82659d0a4f75e
parent80cb05420a86ed53815cae7fb2cb3fddf07dd1d1 (diff)
downloadqtlocation-mapboxgl-d3535f1ca9f7c12b3c2290da3f347e4f95210425.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bb86c8758..bad7958a10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,10 @@
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.
+ - [core] Fix excessive onSpriteLoaded() notifications ([#16196](https://github.com/mapbox/mapbox-gl-native/pull/16196))
+
+ The excessive `onSpriteLoaded()` notifications affected the render orchestration logic and could have significant negative performance impact.
+
### 🧩 Architectural changes
##### ⚠️ Breaking changes