summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-06 14:14:32 -0400
committerMinh Nguyễn <mxn@1ec5.org>2016-04-06 14:14:32 -0400
commit8814463380c248d5163745ac12433beeae3ff051 (patch)
tree763390db8487c2a209f64c2098ef927156225a0a
parentb5858625c598fb76390184221ce1e70ca4e33301 (diff)
downloadqtlocation-mapboxgl-8814463380c248d5163745ac12433beeae3ff051.tar.gz
[ios] Onward to 3.3.0!
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 68049be4cc..905c49fdbb 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,8 @@
Mapbox welcomes participation and contributions from everyone. If you’d like to do so please see [CONTRIBUTING.md](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started.
+## master
+
## 3.2.0
- If you’ve previously installed the SDK as a static framework, the installation workflow has changed to address issues when submitting your application to the App Store or installing it on a device. Upon upgrading to this version of the SDK, you’ll need to add Mapbox.bundle to the Copy Bundle Resources build phase and remove Mapbox.framework from the Embed Frameworks build phase. ([#4455](https://github.com/mapbox/mapbox-gl-native/pull/4455))