summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-13 15:29:49 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-14 11:54:02 +0200
commit06f7951490982d777aae9f8144bfb8dcb508d234 (patch)
treed6297a6a8caa148423afe443fd94d14cab46f4ee
parent12d350ec3c69b8d547eeb92ad2d818ca605308f7 (diff)
downloadqtlocation-mapboxgl-06f7951490982d777aae9f8144bfb8dcb508d234.tar.gz
Revert "Add change log entry"
This reverts commit d3535f1ca9f7c12b3c2290da3f347e4f95210425.
-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