diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-02-03 10:50:36 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2020-02-03 16:45:23 +0300 |
commit | a600a1c3186cdcbf216ce129fe9037531e0998b3 (patch) | |
tree | 000a402d04907c272267cfbd2a95e786026ef223 /CHANGELOG.md | |
parent | 1334de089f944dc6cecd47673bc4e26976f6df75 (diff) | |
download | qtlocation-mapboxgl-a600a1c3186cdcbf216ce129fe9037531e0998b3.tar.gz |
[core] Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
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 |