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 16:45:23 +0300
commita600a1c3186cdcbf216ce129fe9037531e0998b3 (patch)
tree000a402d04907c272267cfbd2a95e786026ef223
parent1334de089f944dc6cecd47673bc4e26976f6df75 (diff)
downloadqtlocation-mapboxgl-a600a1c3186cdcbf216ce129fe9037531e0998b3.tar.gz
[core] Update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 381f4e2fd6..61972b2af2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## master
+### 🐞 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.
+
## maps-v1.0.0 (2020.01-release-unicorn)
### ✨ New features