diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-08-13 14:44:17 +0300 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-08-13 15:20:46 +0300 |
commit | 12615d4927d269701a82002346eb496ce9077b43 (patch) | |
tree | 5775091b705ad07168fb2abca83d8795fb7c34fb /platform/android | |
parent | f1f732d09c93ea396640cece6e08fa80d64c4fa7 (diff) | |
download | qtlocation-mapboxgl-12615d4927d269701a82002346eb496ce9077b43.tar.gz |
[ios][Android] Add changelog entries
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index c0fef6c5fb..08c2e56892 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -3,6 +3,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started. ## master +- Enable variable label placement when `text-allow-overlap` property is set to true [#15354](https://github.com/mapbox/mapbox-gl-native/pull/15354). - 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. ### Features |