summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2019-09-02 15:31:51 +0300
committerJuha Alanen <juha.alanen@mapbox.com>2019-09-17 15:34:47 +0300
commitd4e8e97798a6fe66be94ef5c6bed187f9b2dc558 (patch)
tree004572d076219f7af15ce5b75ef3d0ed8f9de20a
parent68562265d9449aba883ae3fd8c13521ed176d94c (diff)
downloadqtlocation-mapboxgl-d4e8e97798a6fe66be94ef5c6bed187f9b2dc558.tar.gz
[node] Add changelog entry for feature state APIs
-rw-r--r--platform/node/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/node/CHANGELOG.md b/platform/node/CHANGELOG.md
index 519f30aaad..10c4a56902 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,3 +1,6 @@
+# master
+* Add support for feature state APIs. ([#15480](https://github.com/mapbox/mapbox-gl-native/pull/15480))
+
# 4.3.0
* Introduce `text-writing-mode` layout property for symbol layer ([#14932](https://github.com/mapbox/mapbox-gl-native/pull/14932)). The `text-writing-mode` layout property allows control over symbol's preferred writing mode. The new property value is an array, whose values are enumeration values from a ( `horizontal` | `vertical` ) set.
* Fixed rendering and collision detection issues with using `text-variable-anchor` and `icon-text-fit` properties on the same layer ([#15367](https://github.com/mapbox/mapbox-gl-native/pull/15367)).