diff options
author | Molly Lloyd <molly@mapbox.com> | 2018-10-02 12:35:55 -0700 |
---|---|---|
committer | Molly Lloyd <mollymerp@users.noreply.github.com> | 2018-10-03 11:46:49 -0700 |
commit | f4ffcaa62f595b996f8bbf2c030006129c765d61 (patch) | |
tree | 60d7eaed3a01525f34b454e1d248de258ef6ae07 /platform/node | |
parent | 90be9d8d9d6769cc969183b83a8d4a1dce0b4b84 (diff) | |
download | qtlocation-mapboxgl-f4ffcaa62f595b996f8bbf2c030006129c765d61.tar.gz |
[ios, macos, android, 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 0d1fd50e8c..d049944b6a 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -2,6 +2,7 @@ - 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) +- Fixed an issue where fill and line layers would occasionally flicker on zoom ([#12982](https://github.com/mapbox/mapbox-gl-native/pull/12982)) # 4.0.0 - Many new features and enhancements, including: |