summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authordanielmatzke <github@leetvision.com>2017-02-07 01:02:35 +0100
committerMinh Nguyễn <mxn@1ec5.org>2017-02-06 16:02:35 -0800
commit937fa0ce44df02d8c3fd0ff19bf104636a9c8bf3 (patch)
tree7874c1c6e5e698933a6f228befe1104db59cf64a /platform/ios/CHANGELOG.md
parentf0d4411871d43012dc9e24a376ebc70ec6ca9224 (diff)
downloadqtlocation-mapboxgl-937fa0ce44df02d8c3fd0ff19bf104636a9c8bf3.tar.gz
[ios, macos] 7955 fix MGLMapView leaks MGLReachability objects (and threads) (#7956)
* fix MGLMapView leaks MGLReachability objects (and threads) * fix leak of MGLReachability objects and threads in MGLMapView.commonInit * update changelogs
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 9f0bc3af1c..e654f1d720 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -102,6 +102,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Networking and offline maps
+* Fixed a leak of MGLReachability objects and threads in MGLMapView. ([#7956](https://github.com/mapbox/mapbox-gl-native/pull/7956))
* Fixed an issue preventing an MGLMapView from loading tiles while an offline pack is downloading. ([#6446](https://github.com/mapbox/mapbox-gl-native/pull/6446))
* Fixed a crash that could occur when the device is disconnected while downloading an offline pack. ([#6293](https://github.com/mapbox/mapbox-gl-native/pull/6293))
* Fixed a crash that occurred when encountering a rate-limit error in response to a network request. ([#6223](https://github.com/mapbox/mapbox-gl-native/pull/6223))