diff options
author | Julian Rex <julian.rex@mapbox.com> | 2019-03-21 12:32:54 -0400 |
---|---|---|
committer | Julian Rex <julian.rex@mapbox.com> | 2019-03-21 12:32:54 -0400 |
commit | d45ba57cb0622bb4b31cece17dc385afe11b4a50 (patch) | |
tree | ebcde5884c1edf83eb87ab078328c9e3818e4648 | |
parent | 94a096bb96c73d284ef1e03892d14a01f3827892 (diff) | |
download | qtlocation-mapboxgl-d45ba57cb0622bb4b31cece17dc385afe11b4a50.tar.gz |
Updated change logs with versions.upstream/jrex/completed-resource-count
-rw-r--r-- | platform/ios/CHANGELOG.md | 2 | ||||
-rw-r--r-- | platform/macos/CHANGELOG.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index ef83e3c329..7d5818d311 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -9,7 +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 [#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)) +* 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 diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index a31a56670c..0c6fd89b56 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -13,7 +13,7 @@ ### Offline -* Fixed a bug that caused offline packs created prior to [#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)) +* 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 |