diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/changelog_staging/no-offline-cjk.json | 6 |
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 +} |