summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-03 10:50:36 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-03 19:56:38 +0300
commit541a8eca44340b2048648a166c73f0d90fd16d0e (patch)
tree8882e74d9aacac1e6db3a3c5dec427818ee8d4f0
parent69e2f976298194a9644e513a3022b8b60e942c73 (diff)
downloadqtlocation-mapboxgl-541a8eca44340b2048648a166c73f0d90fd16d0e.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 39558e2c58..40b89fe0c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@
### 🐞 Bug fixes
+- [core] Use std::list instead of std::map for factory instance ([#16161](https://github.com/mapbox/mapbox-gl-native/pull/16161))
+
+ Factory 'get' method can be invoked recursively and stable iterators are required to guarantee safety.
+
- [core] Fix a crash in GeoJSON source parsing, caused by `GeoJSONVTData` ownership error ([#16106](https://github.com/mapbox/mapbox-gl-native/pull/16106))
- [core] Stable position of labels at tile borders in tile mode ([#16040](https://github.com/mapbox/mapbox-gl-native/pull/16040))