summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-05-02 14:22:16 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-05-06 17:16:55 -0700
commitf7f6f775f47d65923702f48aa184af37818f8ca0 (patch)
tree9fa7833d2c098b6bcce35ef04f04a857e837a492 /platform/ios
parent1d37eb39034f504187fe5cfd822aa69e463bf585 (diff)
downloadqtlocation-mapboxgl-f7f6f775f47d65923702f48aa184af37818f8ca0.tar.gz
[ios, osx] Pin unversioned style URL APIs to v8 styles
Cherry-picked from 4a112c00f1634be40d10aa4797ac8e9262b8711a.
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index c3138058dd..e9e2c7b12a 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -4,7 +4,7 @@ Mapbox welcomes participation and contributions from everyone. If you’d like
## 3.2.2
-- Existing MGLStyle class methods that return default style URLs have been deprecated in favor of new methods that require an explicit style version parameter. ([#4759](https://github.com/mapbox/mapbox-gl-native/pull/4759))
+- Existing MGLStyle class methods that return default style URLs have been deprecated in favor of new methods that require an explicit style version parameter. The deprecated, unversioned methods continue to return version 8 of the respective styles and will not be updated as new versions of the styles are released. ([#4759](https://github.com/mapbox/mapbox-gl-native/pull/4759))
- Deprecated `+[MGLStyle emeraldStyleURL]` with no replacement method. To use the Emerald style going forward, we recommend that you use the underlying URL. ([#4759](https://github.com/mapbox/mapbox-gl-native/pull/4759))
- Added `+[MGLStyle outdoorsStyleURLWithVersion:]` for the new Outdoors style. ([#4759](https://github.com/mapbox/mapbox-gl-native/pull/4759))