diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2019-04-17 22:53:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 22:53:02 +0100 |
commit | b3b62f4d5abd5bc779e564cc71e5adf0ccc924cc (patch) | |
tree | 38e690d2943ba4a42b4de438a65f2ce804a4961a | |
parent | 3f769c248d0e0aec23271a0a75974e25d9aed953 (diff) | |
download | qtlocation-mapboxgl-b3b62f4d5abd5bc779e564cc71e5adf0ccc924cc.tar.gz |
[ios] Fix iOS Changelog on master (#14455)upstream/nb-sizecheck-b3b62f4
-rw-r--r-- | platform/ios/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index b01c72dcfc..abdc0ed58c 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -6,7 +6,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed an Interface Builder crash when using an `MGLMapView` in a storyboard. ([#14379](https://github.com/mapbox/mapbox-gl-native/pull/14379)) * Fix a bug that wrong position of attribution dialog after rotation. ([#14185](https://github.com/mapbox/mapbox-gl-native/pull/14185)) -* Fixed a bug where non-opaque `UIColor` values were ignored when assigned to a style layer color property. ([#14406](https://github.com/mapbox/mapbox-gl-native/pull/14406)) * Speculatively fixed a bug where GL rendering could occur in the background. ([#14439](https://github.com/mapbox/mapbox-gl-native/pull/14439)) * Fixed a bug with jittery callout views when using sprite-based annotations. ([#14445](https://github.com/mapbox/mapbox-gl-native/pull/14445)) @@ -20,6 +19,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed an issue that caused conditional expressions to crash when passed nested conditional expressions as parameters. ([#14181](https://github.com/mapbox/mapbox-gl-native/pull/14181)) * Added `-[MGLMapViewDelegate mapView:didFailToLoadImage:]` to load missing symbol icons in the style if they are not found. ([#14302](https://github.com/mapbox/mapbox-gl-native/pull/14302)) * Fixed a possible crash with certain expressions containing arguments that evaluate to a dictionary containing `NSArray` or `NSNumber` values. ([#14352](https://github.com/mapbox/mapbox-gl-native/pull/14352)) +* Fixed a bug where non-opaque `UIColor` values were ignored when assigned to a style layer color property. ([#14406](https://github.com/mapbox/mapbox-gl-native/pull/14406)) ### Packaging |