summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-06-14 02:41:15 -0400
committerJason Wray <jason@mapbox.com>2017-06-14 02:41:15 -0400
commit39eda94cc2b46330cfc11d7f1e15823ebffecc7f (patch)
treec3e2ef7279453ac1ec9b3a90a84c4e6122fd7288
parent09459b3a42714a6a8534525c4889eeeada9e255f (diff)
downloadqtlocation-mapboxgl-upstream/9021.tar.gz
Reword changelog entry and move it to packaging sectionupstream/9021
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index be366b71cc..d087b9f655 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -9,6 +9,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Xcode 8.0 or higher is now recommended for using this SDK. ([#8775](https://github.com/mapbox/mapbox-gl-native/pull/8775))
* Fixed an issue in the static framework where localizations would never load. ([#9074](https://github.com/mapbox/mapbox-gl-native/pull/9074))
* Updated MGLMapView’s logo view to display [the new Mapbox logo](https://www.mapbox.com/blog/new-mapbox-logo/). ([#8771](https://github.com/mapbox/mapbox-gl-native/pull/8771), [#8773](https://github.com/mapbox/mapbox-gl-native/pull/8773))
+* Reduced dynamic and static framework sizes by more aggressively stripping symbols. ([#9021](https://github.com/mapbox/mapbox-gl-native/issues/9021))
### Styles
@@ -47,7 +48,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* The error passed into `-[MGLMapViewDelegate mapViewDidFailLoadingMap:withError:]` now includes a more specific description and failure reason. ([#8418](https://github.com/mapbox/mapbox-gl-native/pull/8418))
* Improved CPU and battery performance while animating a tilted map’s camera in an area with many labels. ([#9031](https://github.com/mapbox/mapbox-gl-native/pull/9031))
* Fixed an issue rendering polylines that contain duplicate vertices. ([#8808](https://github.com/mapbox/mapbox-gl-native/pull/8808))
-* Fixed static framework size by using correct llvm flags on release scheme for strip command. ([#9021](https://github.com/mapbox/mapbox-gl-native/issues/9021))
## 3.5.4 - May 9, 2017