summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-27 13:31:19 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-27 15:08:32 +0300
commit391a5642e0b6ce1a07debfadd7619baf5bb04c9e (patch)
tree60b509ba5d0c3a59042a1ccff7cc2ad82595fefc
parent96dd401f3e9f5d4b7d5c562dddc974a3297b44d4 (diff)
downloadqtlocation-mapboxgl-391a5642e0b6ce1a07debfadd7619baf5bb04c9e.tar.gz
[core] Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31c2cc54dc..118c6d455e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -124,6 +124,10 @@
##### ⚠️ Breaking changes
+- [core] Cross tile index performance (#16127)
+
+ Introduces public [mblg::Renderer::render](https://github.com/mapbox/mapbox-gl-native/pull/16127/files#diff-5a977e0401792825d7fcf522d48df11fR34) API break.
+
- [core] Refactor DefaultFileSource codebase ([#15768](https://github.com/mapbox/mapbox-gl-native/pull/15768))
- Adds `FileSourceManager` interface that provides access to `FileSource` instances and means of registering / unregistering `FileSource` factories
- Splits `DefaultFileSource` into smaller parts