summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-03 13:48:15 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2019-07-08 15:28:12 -0700
commit593ef252b6952f98fe13e6fc707aad185cdfeb55 (patch)
treefd11591f1218e692ba8c42b1c5b5f0eb68cf18f7 /platform/ios/CHANGELOG.md
parent59c4204bf5acc3bf3bef9d5460adfd1b01afc44f (diff)
downloadqtlocation-mapboxgl-593ef252b6952f98fe13e6fc707aad185cdfeb55.tar.gz
[ios] Prepare ios-v5.2.0-alpha.2 releaseios-v5.2.0-alpha.2
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 196c777a88..6154e6e2c5 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,12 +2,6 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## master
-
-### Styles and rendering
-
-* Fixed style change transition regression caused by delayed setting of the updated layer properties. ([#15016](https://github.com/mapbox/mapbox-gl-native/pull/15016))
-
## 5.2.0
### Offline maps
@@ -17,10 +11,13 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Packaging
* Removed previously deprecated methods and properties that had been marked `unavailable`. ([#15000](https://github.com/mapbox/mapbox-gl-native/pull/15000))
+* The downloaded zip file of this framework no longer contains a local podspec. ([#15027](https://github.com/mapbox/mapbox-gl-native/pull/15027))
### Styles and rendering
+* Hiragana and katakana are now included in the range of CJK glyphs that are rendered locally by default. ([#15009](https://github.com/mapbox/mapbox-gl-native/pull/15009))
* Added the `-[MGLMapViewDelegate mapView:shouldRemoveStyleImage:]` method for optimizing style image caching. ([#14769](https://github.com/mapbox/mapbox-gl-native/pull/14769))
+* Fixed style change transition regression caused by delayed setting of the updated layer properties. ([#15016](https://github.com/mapbox/mapbox-gl-native/pull/15016))
### Other changes