summaryrefslogtreecommitdiff
path: root/platform/macos
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/macos
parent0bba794e98a6fd8d2da1065c255bbce38a45f754 (diff)
downloadqtlocation-mapboxgl-4172076d92a2c423761a810014f187d7f4a33bf6.tar.gz
[docs] Changelog entries for local font usage by MapSnapshotter
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 9ae80c4d16..71a929a320 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -2,6 +2,7 @@
## master
+* `MGLMapSnapshotter` now follows "MGLIdeographicFontFamilyName" app setting to reduce font data usage while snapshotting CJK maps [#13427](https://github.com/mapbox/mapbox-gl-native/pull/13427)
* Fixed an issue where the `{prefix}` token in tile URL templates was evaluated incorrectly when requesting a source’s tiles. ([#13429](https://github.com/mapbox/mapbox-gl-native/pull/13429))
* Added `-[MGLStyle removeSource:error:]` that returns a `BOOL` indicating success (and an optional `NSError` in case of failure). ([#13399](https://github.com/mapbox/mapbox-gl-native/pull/13399))
* Added support for setting `MGLCollisionBehaviorPre4_0` in `NSUserDefaults`. ([#13426](https://github.com/mapbox/mapbox-gl-native/pull/13426))