summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-19 09:55:09 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-19 09:55:09 -0700
commitd786550677524dddd2ba04b2690fbdfb20a97292 (patch)
tree9aed5592dce9105edd463bd99cf56630aae73b5a /CHANGELOG.md
parent9369defa66801346db1d16a45f3029af9b4d270a (diff)
downloadqtlocation-mapboxgl-d786550677524dddd2ba04b2690fbdfb20a97292.tar.gz
slight changelog tweaks to avoid appledoc problems
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a5efd2552..eb27f234ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,7 @@
### iOS
- Headers have been audited for nullability, improving type safety in both Objective-C and Swift 1.2 when compiling with Xcode 6.3 or above. ([#1578](https://github.com/mapbox/mapbox-gl-native/issues/1578))
-- `-[MGLMapView mapID]` has been renamed `-styleID`. ([#1561](https://github.com/mapbox/mapbox-gl-native/issues/1561))
+- `MGLMapView`'s `-mapID` has been renamed to `-styleID`. ([#1561](https://github.com/mapbox/mapbox-gl-native/issues/1561))
- Fixed an issue in which the map would sometimes spin 180° while rotating the map with two fingers. ([#1453](https://github.com/mapbox/mapbox-gl-native/issues/1453))
- Added a shortcut to the Mapbox Metrics switch in `MGLMapView`'s action sheet that is attached to the ℹ️ button. ([#1611](https://github.com/mapbox/mapbox-gl-native/issues/1611))
- `MGLMapView` no longer manages Mapbox access tokens directly; an access token cannot be passed in when initializing the map view. Instead, set `MGLMapboxAccessToken` to your access token in your app’s `Info.plist` file, or call `+[MGLAccountManager setAccessToken:]` before initializing the map view. If you were setting the access token inside an Interface Builder inspectable, also remove it from the User Defined Runtime Attributes section of the Identity inspector. ([#1553](https://github.com/mapbox/mapbox-gl-native/issues/1553))