summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-08-30 16:57:43 -0700
committerJesse Bounds <jesse@rebounds.net>2016-08-30 16:57:43 -0700
commitc95ffe65a6e46cf927717fa1969ba81e1d1de5df (patch)
tree78fdbf6de5ef2f4e734d15eb9d5a97a5498fd13a /platform/ios/CHANGELOG.md
parent4d74e73e5e04f1907f84e885102f86d77d89759d (diff)
downloadqtlocation-mapboxgl-c95ffe65a6e46cf927717fa1969ba81e1d1de5df.tar.gz
[ios] Update change log for centerOffset bug fix
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-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 3425c30bf3..20f27fe14c 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -30,6 +30,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* To customize the appearance of the user location annotation, subclass the newly added MGLUserLocationAnnotationView class and implement `-[MGLMapViewDelegate mapView:viewForAnnotation:]`. ([#5882](https://github.com/mapbox/mapbox-gl-native/pull/5882))
* Fixed an issue causing the user dot’s accuracy ring to wobble while zooming in and out. ([#6019](https://github.com/mapbox/mapbox-gl-native/pull/6019))
* Heading accuracy indicator sizing has been changed to appear more precise. ([#6120](https://github.com/mapbox/mapbox-gl-native/pull/6120))
+* Fixed an issue that caused the map to not update to reflect the centerOffset when the user location was tracked. ([#6216](https://github.com/mapbox/mapbox-gl-native/pull/6216))
### Annotations