diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-07-28 15:04:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-28 15:04:13 -0700 |
commit | 05f2af2e339ecff861addf324580ebb631337c06 (patch) | |
tree | 066553e1809786f3bd4fef6879559b53dcdc9a93 | |
parent | 438dfa947d142053d75eb606f1bd6998e8d96c56 (diff) | |
download | qtlocation-mapboxgl-05f2af2e339ecff861addf324580ebb631337c06.tar.gz |
[ios] Fact-checked, economized changelog entries
#5791 affects iOS 7.x, not 8.1 or 8.2. Describe #5813 in simpler terms.
-rw-r--r-- | platform/ios/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 1dbf22b4ba..913d32b35d 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -4,8 +4,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CON ## 3.3.2 -* Fixed a crash that occurred when initializing an MGLMapView on iOS 8.1 or below. ([#5791](https://github.com/mapbox/mapbox-gl-native/pull/5791)) -* Fixed an issue where pan gestures that originated on view annotations would not pan the underlying map. ([#5813](https://github.com/mapbox/mapbox-gl-native/pull/5813)) +* Speculatively fixed a crash that occurred when initializing an MGLMapView on iOS 7.x. ([#5791](https://github.com/mapbox/mapbox-gl-native/pull/5791)) +* View-backed annotations no longer prevent the user from starting to pan the map. ([#5813](https://github.com/mapbox/mapbox-gl-native/pull/5813)) * Fixed an issue that caused the user dot to be selected when tapping an annotation that lies within the user dot’s accuracy circle. ([#5816](https://github.com/mapbox/mapbox-gl-native/pull/5816)) ## 3.3.1 |