summaryrefslogtreecommitdiff
path: root/platform/macos
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-03-21 14:04:19 -0400
committerGitHub <noreply@github.com>2019-03-21 14:04:19 -0400
commit0945165353afde4403ffee44b01abd51bff763ce (patch)
treeebcde5884c1edf83eb87ab078328c9e3818e4648 /platform/macos
parent8c87ca252201d8f7df120c928f008d18cfd956af (diff)
downloadqtlocation-mapboxgl-0945165353afde4403ffee44b01abd51bff763ce.tar.gz
[core] Change definition of "complete" so offline packs created before #11055 can complete. (#14188)
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 2542f57d95..0c6fd89b56 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -11,6 +11,10 @@
* Fixed an issue that caused `MGL_FUNCTION` to ignore multiple formatting parameters when passed a `format` function as parameter. ([#14064](https://github.com/mapbox/mapbox-gl-native/pull/14064))
* Added `mgl_attributed:` expression operator, which concatenate `MGLAttributedExpression` objects for specifying rich text in the `MGLSymbolStyleLayer.text` property. ([#14094](https://github.com/mapbox/mapbox-gl-native/pull/14094))
+### Offline
+
+* Fixed a bug that caused offline packs created prior to v0.7.0 (introduced in [#11055](https://github.com/mapbox/mapbox-gl-native/pull/11055)) to be marked as `MGLOfflinePackStateInactive`. ([#14188](https://github.com/mapbox/mapbox-gl-native/pull/14188))
+
### Annotations
* Fixed a bug with `MGLMapView.visibleAnnotations` that resulted in incorrect results and performance degradation. ([#13745](https://github.com/mapbox/mapbox-gl-native/pull/13745))