diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-05-14 12:18:13 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-05-14 13:24:42 -0700 |
commit | 4b1530ff422d9ba77ddb9ef34d64c2e04f356380 (patch) | |
tree | c9b1ae32ca0257d485eec258492f2cc40cb650ed /platform/macos | |
parent | 0d067e39253813b07c421a1c0a21c57a775fd8ec (diff) | |
download | qtlocation-mapboxgl-4b1530ff422d9ba77ddb9ef34d64c2e04f356380.tar.gz |
[core] Convert null to empty string, not “null”
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 1ae0212b97..89ef484ca6 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -7,6 +7,7 @@ * Deprecated `+[NSExpression featurePropertiesVariableExpression]` use `+[NSExpression featureAttributesVariableExpression]` instead. ([#11748](https://github.com/mapbox/mapbox-gl-native/pull/11748)) * Added `-[NSPredicate(MGLAdditions) predicateWithMGLJSONObject:]` method and `NSPredicate.mgl_jsonExpressionObject` property. ([#11810](https://github.com/mapbox/mapbox-gl-native/pull/11810)) * Added `FISRT`, `LAST`, and `SIZE` symbolic array subscripting support to expressions. ([#11770](https://github.com/mapbox/mapbox-gl-native/pull/11770)) +* Inside an expression, casting `nil` to a string turns it into the empty string instead of the string `"null"`. ([#11904](https://github.com/mapbox/mapbox-gl-native/pull/11904)) ### Other changes |