summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-12-21 10:44:45 -0800
committerChris Loer <chris.loer@mapbox.com>2018-12-21 15:13:48 -0800
commitd3bb518976a8d99c36c627e5be907065497dfa58 (patch)
tree9ffcc50675055813faa8cfecd98cd321e9ecd654
parenta889ff6523bc017e3989ea57c7054fc38de4ebaa (diff)
downloadqtlocation-mapboxgl-d3bb518976a8d99c36c627e5be907065497dfa58.tar.gz
[docs] Changelog entry for offline CJK glyph control.
-rw-r--r--scripts/changelog_staging/no-offline-cjk.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/changelog_staging/no-offline-cjk.json b/scripts/changelog_staging/no-offline-cjk.json
new file mode 100644
index 0000000000..cfc63e8991
--- /dev/null
+++ b/scripts/changelog_staging/no-offline-cjk.json
@@ -0,0 +1,6 @@
+{
+ "core": "Add `--includeIdeographs` option to mbgl-offline tool to include CJK glyphs in offline region, at the cost of increased size requirements.",
+ "darwin": "Added the `MGLOfflineRegion.includesIdeographicGlyphs` property, which you can set to NO to exclude CJK glyphs and save space.",
+ "android": "Added the `includeIdeographs` property to `OfflineRegionDefinition`, which you can set to false to exclude CJK glyphs and save space.",
+ "issue": 11561
+}