summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-07-30 17:14:26 +0300
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-12 14:30:07 +0300
commit58d773472274e06cab65a55842ce9ba5a6a7e140 (patch)
tree8ef5f1238fa113fe36d14d49619ea8cc11804382 /platform/android/CHANGELOG.md
parentbc09cdbf76ffa50ccdd8dc8df7997fdd3a0eb0d6 (diff)
downloadqtlocation-mapboxgl-58d773472274e06cab65a55842ce9ba5a6a7e140.tar.gz
[android] add fallback support to local ideograph font families, allow setting a collection of fonts
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index c2baec48a8..813d8b45ea 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,9 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+### Features
+ - Add fallback support to local ideograph font families [#15255](https://github.com/mapbox/mapbox-gl-native/pull/15255)
+
### Bug fixes
- Fixed an issue where it was possible to set the map’s content insets then tilt the map enough to see the horizon, causing performance issues [#15195](https://github.com/mapbox/mapbox-gl-native/pull/15195)
- Allow loading of a map without a Style URI or Style JSON [#15293](https://github.com/mapbox/mapbox-gl-native/pull/15293)