summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-10-02 12:40:14 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-10-02 13:47:58 +0200
commit0ef0a9763c2132a3c5b3bf5833622c235e606f29 (patch)
treea297ec93e296c166bf288276b5fa2f96caf827eb /platform/macos/CHANGELOG.md
parenta9dc1b529487d2d7d4d8ca8a8ef4498e1de6aafb (diff)
downloadqtlocation-mapboxgl-0ef0a9763c2132a3c5b3bf5833622c235e606f29.tar.gz
[ios,android,macos] add changelog entry for #12931
[skip firebase]
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index b19511cb2b..66033d5b27 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -10,6 +10,7 @@
### Offline maps
* Added `-[MGLOfflineStorage addContentsOfFile:withCompletionHandler:]` and `-[MGLOfflineStorage addContentsOfURL:withCompletionHandler:]` methods to add pregenerated offline packs to offline storage. ([#12791](https://github.com/mapbox/mapbox-gl-native/pull/12791))
+* Fixed an issue where some tiles weren't rendered correctly when no internet connectivity was available ([#12931](https://github.com/mapbox/mapbox-gl-native/pull/12931))
### Other changes