summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2017-09-15 17:30:19 -0400
committerGitHub <noreply@github.com>2017-09-15 17:30:19 -0400
commit95ae35239eaf01a25fde7af9ea8655f4c061741a (patch)
treed8883d0b11335026914763537144df1090239b0a /platform/ios/CHANGELOG.md
parentb2e33a452d2ccc36c5c281d2090182f1395fc1b4 (diff)
downloadqtlocation-mapboxgl-95ae35239eaf01a25fde7af9ea8655f4c061741a.tar.gz
iosv3.6.3 podspec bump (#10008)ios-v3.6.3
* [ios] Update changelog missing entry * [ios] Bump podspec to 3.6.3
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 a2c779c8ef..bb47f232ff 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -10,6 +10,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Fixed an issue where `MGLUserLocation.location` did not follow its documented initialization behavior. This property will now properly return `nil` until the user’s location has been determined. ([#9639](https://github.com/mapbox/mapbox-gl-native/pull/9639))
* `MGLMapView`’s `minimumZoomLevel` and `maximumZoomLevel` properties are now available in Interface Builder’s Attributes inspector. ([#9729](https://github.com/mapbox/mapbox-gl-native/pull/9729))
* Deprecated `+[MGLStyle trafficDayStyleURL]` and `+[MGLStyle trafficNightStyleURL]` with no replacement method. To use the Traffic Day and Traffic Night styles going forward, we recommend that you use the underlying URL. ([#9918](https://github.com/mapbox/mapbox-gl-native/pull/9918))
+* Fixed a crash that sometimes occurred when a map view's view controller was deallocated. ([#9995](https://github.com/mapbox/mapbox-gl-native/pull/9995))
## 3.6.2 - August 18, 2017