summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-07-05 16:50:36 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-07-09 16:03:03 -0700
commitec8ac3c64fd4a89b0744da970eb221af3567707c (patch)
treef1b7bd74cbbd9dbf847c0ba6355dce4116fc3b86 /platform/ios/CHANGELOG.md
parentf11ab91fc448aca1155b42a53aaa77cfce62f412 (diff)
downloadqtlocation-mapboxgl-ec8ac3c64fd4a89b0744da970eb221af3567707c.tar.gz
[ios, macos] Allow unwrapped arguments in match expressions
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 115a608918..95e92d0165 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -15,6 +15,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* The `c` and `d` options are supported within comparison predicates for case and diacritic insensitivity, respectively. ([#12329](https://github.com/mapbox/mapbox-gl-native/pull/12329))
* Added the `collator` and `resolved-locale` expression operators to more precisely compare strings in style JSON. A subset of this functionality is available through predicate options when creating an `NSPredicate`. ([#11869](https://github.com/mapbox/mapbox-gl-native/pull/11869))
* Fixed a crash when trying to parse expressions containing legacy filters. ([#12263](https://github.com/mapbox/mapbox-gl-native/pull/12263))
+* Fixed a crash that occurred when creating an `MGL_MATCH` expression using non-expressions as arguments. ([#12332](https://github.com/mapbox/mapbox-gl-native/pull/12332))
### Networking and storage