summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-12 17:03:19 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-12 17:03:19 +0200
commit18d95d70900e7fa9ae406d36b5b11f947429ecfc (patch)
tree1a9c7d242c54b2ee974c0d2e69e23cdaef5d39d6
parentc64806d6281712e539d7e0dfde20e18daa7e5ca3 (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_fix_excessive_sprite_updates_calls.tar.gz
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b441e532..aefef96a48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,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