summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-08-22 13:07:13 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-08-22 13:29:01 -0700
commitcb1f781a1897826ea69eb9787ea4a059686450d9 (patch)
tree2ca5a09362d38826927015f7328f882de2842799
parent4b93e93c9e364fdb8de694f5cab22e3e7886b19f (diff)
downloadqtlocation-mapboxgl-cb1f781a1897826ea69eb9787ea4a059686450d9.tar.gz
[ios] Update changelog for v4.4.0-alpha.1 releaseios-v4.4.0-alpha.1
-rw-r--r--platform/ios/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 9424eb3a19..1e68fd3ab3 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -12,6 +12,14 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added a one-time warning about possible attribute loss when initializing an `MGLShapeSource` with an `MGLShapeCollection` [#12625](https://github.com/mapbox/mapbox-gl-native/pull/12625)
* Added an `-[MGLMapViewDelegate mapView:shapeAnnotationIsEnabled:]` method to specify whether an annotation is selectable. ([#12352](https://github.com/mapbox/mapbox-gl-native/pull/12352))
+### 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)
+
+### Styles
+* 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)
+
## 4.3.0 - August 15, 2018
### Styles and rendering