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 11:47:37 +0200
commit03c495094fd8401df7992fb7c9f6b5b285c4b3c1 (patch)
treee4702dda8541c1890b04eb109dc2f0595e0b0b2b
parent69ac02f701f81e1bf75c505ba723591927bdd62d (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_fix_recursive_factory.tar.gz
-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