summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Rice <rebecca.rice@mapbox.com>2019-08-20 11:33:51 -0400
committerRebecca Rice <rebecca.rice@mapbox.com>2019-08-20 11:33:51 -0400
commit3748a18a5c1cc35a4133de2fef93fc229a42a802 (patch)
tree30f1d983524372c6a74b54454b17901789108939
parentaabc8139e42e9f464e42ec0e62fa4426cd525589 (diff)
downloadqtlocation-mapboxgl-3748a18a5c1cc35a4133de2fef93fc229a42a802.tar.gz
Update changelog
-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 fa798d2676..ea76fff619 100644
--- a/platform/node/CHANGELOG.md
+++ b/platform/node/CHANGELOG.md
@@ -1,6 +1,9 @@
# master
+
+# 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)).
+* Add typechecking while constructing legacy filter to prevent converting an unexpected filter type [#15389](https://github.com/mapbox/mapbox-gl-native/pull/15389).
# 4.2.0
- Add an option to set whether or not an image should be treated as a SDF ([#15054](https://github.com/mapbox/mapbox-gl-native/issues/15054))