summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Crocker <Jesse@datamongers.net>2016-12-01 11:50:20 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-12-01 11:50:20 -0800
commit5dd71d3c3048c1a521f65f3a2f7b13c9c0fed279 (patch)
tree23243e1cac7a20a70754e02335e8ae16d85dd22a /platform/ios/CHANGELOG.md
parentb2c2d4ebc4041d4ca5d71bf589dfa5826ec5bf46 (diff)
downloadqtlocation-mapboxgl-5dd71d3c3048c1a521f65f3a2f7b13c9c0fed279.tar.gz
[ios, macos] Make tap gesture recognizer fail if it doesn’t do anything (#7246)
* Make tap gesture recognizer fail if it doesn’t do anything. * fix typo * Use the right nullable * update changelog * Make single click gesture recognizer fail if it doesn’t select an annotation * fix changelog typo * Remove singleTapGestureRecognizer from public header
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index b395fa6bb6..d904c3cebd 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -83,6 +83,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Notification names and user info keys are now string enumeration values for ease of use in Swift. ([#6794](https://github.com/mapbox/mapbox-gl-native/pull/6794))
* MGLMapDebugOverdrawVisualizationMask no longer has any effect in Release builds of the SDK. This debug mask has been disabled for performance reasons. ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555))
* Fixed a typo in the documentation for the MGLCompassDirectionFormatter class. ([#5879](https://github.com/mapbox/mapbox-gl-native/pull/5879))
+* The UITapGestureRecognizer on MGLMapView that is used for selecting annotations now fails if a tap does not select an annotation. ([#7246](https://github.com/mapbox/mapbox-gl-native/pull/7246))
## 3.3.6 - November 9, 2016