summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-12-21 10:44:45 -0800
committerChris Loer <chris.loer@gmail.com>2018-12-21 10:54:54 -0800
commit822ea188d209c2dbc37f123f94e93bcacf9bf3ce (patch)
treef01273f75e16feeb29976ba4aa3369838f509015
parent149acd3b7b510b8f338a331d8896d0f157a99677 (diff)
downloadqtlocation-mapboxgl-upstream/no-offline-cjk.tar.gz
[docs] Changelog entry for offline CJK glyph control.upstream/no-offline-cjk
-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
+}