summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2018-06-22 15:15:49 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2018-06-27 16:29:57 -0400
commit7892c39d4900ec2293d9f55e118b13e333b71fdd (patch)
treec3f62bd10e36f79e514e4a2ae86d6c64244b348a
parent0de0790d3ed990104df37b434f74f7c6d233569c (diff)
downloadqtlocation-mapboxgl-7892c39d4900ec2293d9f55e118b13e333b71fdd.tar.gz
[ios] Update changelogs and bump podspec.
-rw-r--r--platform/ios/CHANGELOG.md5
-rw-r--r--platform/macos/CHANGELOG.md5
2 files changed, 10 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index f1960ade94..7e8d01535e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,11 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## 4.0.3 - June 22, 2018
+
+* Fixed a crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS 9._x_. ([#12123](https://github.com/mapbox/mapbox-gl-native/pull/12123))
+* Improved compatibility with Mapbox China APIs. ([#11845](https://github.com/mapbox/mapbox-gl-native/pull/11845))
+
## 4.1.0 - June 20, 2018
### Packaging
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 106f64c473..7767185c4e 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog for Mapbox Maps SDK for macOS
+ ## 0.7.2 - June 22, 2018
+
+* Fixed a crash in `-[MGLStyle localizeLabelsIntoLocale:]` on macOS 10.11. ([#12123](https://github.com/mapbox/mapbox-gl-native/pull/12123))
+* Improved compatibility with Mapbox China APIs. ([#11845](https://github.com/mapbox/mapbox-gl-native/pull/11845))
+
## 0.8.0 - June 20, 2018
### Packaging