From b8dfd2fd03a8ed9fb4c48cf269e1bc038a6e0a5c Mon Sep 17 00:00:00 2001 From: Nadia Barbosa Date: Wed, 29 Aug 2018 11:17:40 -0700 Subject: [ios] Bump podspecs & update changelog for 4.4.0-alpha.2 (#12770) * [ios] Bump podspecs for v4.4.0-alpha.2 * [ios] Update changelog for v4.4.0-alpha.2 --- platform/ios/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'platform/ios/CHANGELOG.md') diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 1e68fd3ab3..48d204f5af 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -15,10 +15,12 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ### Offline * Improved SQLite error handling for offline databases that return specific errors. [#12224](https://github.com/mapbox/mapbox-gl-native/pull/12224) * Added the ability to define an offline region with an arbitrary shape. [#11447](https://github.com/mapbox/mapbox-gl-native/pull/11447) +* Added the ability to merge offline regions from an externally prepared database into the main offline database. [#12608](https://github.com/mapbox/mapbox-gl-native/pull/12608) -### Styles +### Styles and rendering * Reduced the amount of memory consumed by font data after changing the style. [#12414](https://github.com/mapbox/mapbox-gl-native/pull/12414) * Modified how invalid values for "text-font" are handled. These are now warnings instead of errors. [#12414](https://github.com/mapbox/mapbox-gl-native/pull/12414) +* Added an `MGLLineStyleLayer.lineGradient` property that can be used to define a gradient with which to color a line feature. [#12575](https://github.com/mapbox/mapbox-gl-native/pull/12575/) ## 4.3.0 - August 15, 2018 -- cgit v1.2.1