diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-02-22 10:44:49 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-02-22 10:44:49 -0800 |
commit | 7bed2cebd2d78762650dbe2cbf895fc1673ba8da (patch) | |
tree | 5f65afdaf41bea35cc2a2e69eb0cd569622ee642 /CHANGELOG.md | |
parent | 15b9f3171a1c41d5a4c2b454fcce9b92350e28f2 (diff) | |
download | qtlocation-mapboxgl-7bed2cebd2d78762650dbe2cbf895fc1673ba8da.tar.gz |
[ios] Restored framework dependencies to static installation instructions
Backed out documentation about #4029 because it doesn’t apply when using a storyboard, and the installation instructions use a storyboard.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bc54a9b5..9324d8be85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,11 @@ Known issues: - Black Screen On Ice Cream Sandwich and Jelly Bean devices ([#2802](https://github.com/mapbox/mapbox-gl-native/issues/2802)) - Resolved in 2.2.0 +## iOS 3.1.2 + +- You can once again install the static framework without manually linking several framework and library dependencies. ([#4029](https://github.com/mapbox/mapbox-gl-native/pull/4029)) +- The location manager used by MGLMapView to show the user’s location is now paused when the application is sent to the background. ([#4034](https://github.com/mapbox/mapbox-gl-native/pull/4034)) + ## iOS 3.1.1 - Corrected the dynamic framework’s minimum deployment target to iOS 8.0. ([#3872](https://github.com/mapbox/mapbox-gl-native/pull/3872)) |