From 822ea188d209c2dbc37f123f94e93bcacf9bf3ce Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Fri, 21 Dec 2018 10:44:45 -0800 Subject: [docs] Changelog entry for offline CJK glyph control. --- scripts/changelog_staging/no-offline-cjk.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/changelog_staging/no-offline-cjk.json 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 +} -- cgit v1.2.1