summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-09-13 14:47:58 -0400
committerJason Wray <jason@mapbox.com>2016-09-14 15:46:45 -0400
commit83d0b39adbbdc5f86508cf2f3b036490d597ae82 (patch)
tree6ad1076f9d1c02bbb42a7e86069fb8a47afa2121 /platform/ios/CHANGELOG.md
parent4daff7f2f856fa0817a6c316997eb1090290c626 (diff)
downloadqtlocation-mapboxgl-83d0b39adbbdc5f86508cf2f3b036490d597ae82.tar.gz
[ios, macos] Remove changelog lines for WAL db change
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-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 968adc0f4f..f1b869dc4b 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -48,7 +48,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Other changes
* Fixed a crash that sometimes occurred when initializing an MGLMapView. ([#5932](https://github.com/mapbox/mapbox-gl-native/pull/5932))
-* Improved offline and ambient cache database performance. ([#5796](https://github.com/mapbox/mapbox-gl-native/pull/5796))
* As the user zooms in, tiles from lower zoom levels are scaled up until tiles for higher zoom levels are loaded. ([#5143](https://github.com/mapbox/mapbox-gl-native/pull/5143))
* MGLMapDebugOverdrawVisualizationMask no longer has any effect in Release builds of the SDK. This debug mask has been disabled for performance reasons. ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555))
* Fixed a typo in the documentation for the MGLCompassDirectionFormatter class. ([#5879](https://github.com/mapbox/mapbox-gl-native/pull/5879))