diff options
author | Julian Rex <julian.rex@gmail.com> | 2019-03-21 14:04:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-21 14:04:19 -0400 |
commit | 0945165353afde4403ffee44b01abd51bff763ce (patch) | |
tree | ebcde5884c1edf83eb87ab078328c9e3818e4648 /platform/ios | |
parent | 8c87ca252201d8f7df120c928f008d18cfd956af (diff) | |
download | qtlocation-mapboxgl-0945165353afde4403ffee44b01abd51bff763ce.tar.gz |
[core] Change definition of "complete" so offline packs created before #11055 can complete. (#14188)
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index a1ab7c949a..7d5818d311 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -9,6 +9,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * 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 a Galician localization. ([#14095](https://github.com/mapbox/mapbox-gl-native/pull/14095)) * 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)) +* Fixed a bug that caused offline packs created prior to v4.0.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)) ### User interaction |