diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-11-11 11:07:12 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-11-11 18:20:01 +0200 |
commit | 64b1662e55d2593db159e55cd7d901d5a502b96b (patch) | |
tree | 1764156d0b15e974d01950a640d815379a8568c4 /platform/node | |
parent | cd1a46785edfaed55a2224714bd2cc22613dadcf (diff) | |
download | qtlocation-mapboxgl-64b1662e55d2593db159e55cd7d901d5a502b96b.tar.gz |
[node] Update changelog
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md index 6af55f5d50..b88189c0f2 100644 --- a/platform/node/CHANGELOG.md +++ b/platform/node/CHANGELOG.md @@ -1,4 +1,7 @@ +# master +* Add support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image). ([#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877)) + # 5.0.0 * No longer supporting source-compile fallback ([#15748](https://github.com/mapbox/mapbox-gl-native/pull/15748)) * Add support for feature state APIs. ([#15480](https://github.com/mapbox/mapbox-gl-native/pull/15480)) |