diff options
author | Jason Wray <jason@mapbox.com> | 2018-10-17 18:37:13 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-10-17 18:46:16 -0400 |
commit | 201db67ee8d2368f6ca22753799af3101832ea35 (patch) | |
tree | d02c5b0af02f30f15624650a36f0e8db155b8c81 | |
parent | bb991a40e7bfb6bf16e21af39708f5af1b348615 (diff) | |
download | qtlocation-mapboxgl-upstream/fb-ios-v4.6.0-alpha.1.tar.gz |
[ios] Update changelog for 4.6.0-alpha.1ios-v4.6.0-alpha.1upstream/fb-ios-v4.6.0-alpha.1
-rw-r--r-- | platform/ios/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index cc0dadb918..b9371a7339 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -2,6 +2,11 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started. +## 4.6.0 + +* Added the ability to style symbol layers labels with multiple fonts and text sizes via the `format` expression operator. ([#12624](https://github.com/mapbox/mapbox-gl-native/pull/12624)) +* Added the `-[MGLOfflineStorage putResourceWithUrl:data:modified:expires:etag:mustRevalidate:]` method to allow pre-warming of the ambient cache. ([#13022](https://github.com/mapbox/mapbox-gl-native/pull/13022)) + ## 4.5.0 - October 10, 2018 ### Styles and rendering |