diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-02-09 16:07:13 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-02-09 16:07:13 -0800 |
commit | 832334128145cb4431b45baf9a8e25d2b8a3eef9 (patch) | |
tree | 3ea8cb25fbfc599b36e0c0ffd8fe2be38a04e9e7 /CHANGELOG.md | |
parent | 35fdf32de5af7aef1b2d8f221ff74d631a40bcb8 (diff) | |
download | qtlocation-mapboxgl-832334128145cb4431b45baf9a8e25d2b8a3eef9.tar.gz |
[ios] Set dynamic framework minimum deployment target to iOS 8.0
Fixes #3870.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b02f7323c6..f49b766f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Known issues: ## iOS 3.1.1 +- Corrected the dynamic framework’s minimum deployment target to iOS 8.0. ([#3872](https://github.com/mapbox/mapbox-gl-native/pull/3872)) - Fixed Fabric compatibility. ([#3847](https://github.com/mapbox/mapbox-gl-native/pull/3847)) ## iOS 3.1.0 |