summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bad7958a10..4bb86c8758 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,10 +32,6 @@
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