summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-11-23 11:39:08 -0800
committerChris Loer <chris.loer@mapbox.com>2018-11-24 09:57:32 -0800
commit4172076d92a2c423761a810014f187d7f4a33bf6 (patch)
tree8ac18d96b3d841773ef753aefc531dc1f41f3d14 /platform/android/CHANGELOG.md
parent0bba794e98a6fd8d2da1065c255bbce38a45f754 (diff)
downloadqtlocation-mapboxgl-4172076d92a2c423761a810014f187d7f4a33bf6.tar.gz
[docs] Changelog entries for local font usage by MapSnapshotter
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 fb7bdf573c..32b5095080 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,9 @@
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
+- Add "localIdeographFontFamily" setting to MapSnapshotter to reduce font data usage while snapshotting CJK maps [#13427](https://github.com/mapbox/mapbox-gl-native/pull/13427)
+
## 7.0.0-alpha.2 - November 21, 2018
- Add overlay example with custom drawing using paint and canvas [#13431](https://github.com/mapbox/mapbox-gl-native/pull/13431)
- Use --info argument to show details during test run [#13415](https://github.com/mapbox/mapbox-gl-native/pull/13415)