diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-09-13 10:22:55 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-09-13 15:55:34 -0700 |
commit | 29f940dd3fb9d802e9bce18b7972c5c95bce78c4 (patch) | |
tree | b2f4446984e25385556ac3424fdeb49b98a2dfeb /platform/node | |
parent | 20adb486f7d6bee54e13913cbd658e18da79029d (diff) | |
download | qtlocation-mapboxgl-29f940dd3fb9d802e9bce18b7972c5c95bce78c4.tar.gz |
[android, ios, macos, node] Update CHANGELOGs
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 65a10347c7..0d1fd50e8c 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,6 +1,7 @@ # master - Add `symbol-z-order` symbol layout property to style spec [#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783) - Add `crossSourceCollisions` map option, with default of `true`. When set to `false`, cross-source collision detection is disabled. ([#12820] (https://github.com/mapbox/mapbox-gl-native/issues/12820)) +- Fixed bugs in coercion expression operators ("to-array" applied to empty arrays, "to-color" applied to colors, and "to-number" applied to null) [#12864](https://github.com/mapbox/mapbox-gl-native/pull/12864) # 4.0.0 - Many new features and enhancements, including: |