summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-09-27 14:42:48 -0700
committerJesse Bounds <jesse@rebounds.net>2016-09-27 15:24:19 -0700
commit73baa527100a311a3ab4e056b138ff5fc0e63700 (patch)
tree3dc15b096117d8776593f4350fe1c8c293984d48
parentc6abc0ea89f2e44258f43aa4c3c6e00b1b8b04f7 (diff)
downloadqtlocation-mapboxgl-73baa527100a311a3ab4e056b138ff5fc0e63700.tar.gz
[ios] Update changelog for annotation view fix
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 3cef67ca72..6d13166886 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -44,6 +44,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Improved the performance of relocating a non-view-backed point annotation by changing its `coordinate` property. ([#5385](https://github.com/mapbox/mapbox-gl-native/pull/5385))
* Improved the precision of annotations at zoom levels greater than 18. ([#5517](https://github.com/mapbox/mapbox-gl-native/pull/5517))
* Fixed an issue that could reset user-added transformations on annotation views. ([#6166](https://github.com/mapbox/mapbox-gl-native/pull/6166))
+* Fixed an issue that caused annotation views to be dropped if they did not fully participate in the view reuse queue system. ([#6485](https://github.com/mapbox/mapbox-gl-native/pull/6485))
### Other changes