diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2017-05-02 16:28:00 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-05-19 12:46:10 -0700 |
commit | ade7b0e1fdd111eeb5d83fe34ba216248db15384 (patch) | |
tree | 0f4ebea297e31dc9a8c3bf8ec5fb1c5e9e6b65d9 | |
parent | 13dee80e2e90f06ee6cb2883dda16f7c4442aca5 (diff) | |
download | qtlocation-mapboxgl-ade7b0e1fdd111eeb5d83fe34ba216248db15384.tar.gz |
[ios] Updated podspecs and changelog for v3.5.3 (#8870)
Cherry-picked from 25c19902a22e240da4e7ebf1974125b7e67bd21e.
-rw-r--r-- | platform/ios/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 332ec06ab4..cb3175935f 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -36,6 +36,9 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed an issue rendering polylines that contain duplicate vertices. ([#8808](https://github.com/mapbox/mapbox-gl-native/pull/8808)) * Fixed a bug which caused the compass and other ornaments to underlap navigation and tab bars. ([#7716](https://github.com/mapbox/mapbox-gl-native/pull/7716)) +## 3.5.3 - May 2, 2017 +* Fixed an issue that prevented the attribution `UIAlertController` from showing in modal hierarchies. ([#8837](https://github.com/mapbox/mapbox-gl-native/pull/8837)) + ## 3.5.2 - April 7, 2017 * Fixed an issue that caused a crash when the user location annotation was presenting a callout view and the map was moved. ([#8686](https://github.com/mapbox/mapbox-gl-native/pull/8686)) |