summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-05-14 15:45:22 -0400
committerJason Wray <jason@mapbox.com>2018-05-14 17:14:28 -0400
commitc0191535eba64813baff7141a33343c9893360cc (patch)
treedddb5a506859963709e440af5c281e96238f3ca2
parent8a55c2cc816f3645a0c79f9fe2576873aa75ac99 (diff)
downloadqtlocation-mapboxgl-c0191535eba64813baff7141a33343c9893360cc.tar.gz
Remove changelog entry for crash fixed in v3.7.7ios-v4.0.1
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 84b4c2e0c6..be17b7c20d 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -26,7 +26,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* If English is the first language listed in the user’s Preferred Languages setting, `-[MGLStyle localizeLabelsIntoLocale:]` no longer prioritizes other languages over English. ([#11907](https://github.com/mapbox/mapbox-gl-native/pull/11907))
* Fixed an issue where `-[MGLMapView metersPerPixelAtLatitude:]` was removed, but not marked as unavailable. ([#11765](https://github.com/mapbox/mapbox-gl-native/pull/11765))
* Reduced per-frame render CPU time. ([#11811](https://github.com/mapbox/mapbox-gl-native/issues/11811))
-* Fixed a crash when removing an `MGLOfflinePack`. ([#6092](https://github.com/mapbox/mapbox-gl-native/issues/6092))
* Fixed an issue where an `MGLOverlay` object straddling the antimeridian had an empty `MGLOverlay.overlayBounds` value. ([#11783](https://github.com/mapbox/mapbox-gl-native/pull/11783))
* Fixed an issue where certain colors were being misrepresented in `NSExpression` obtained from `MGLStyleLayer` getters. ([#11725](https://github.com/mapbox/mapbox-gl-native/pull/11725))