summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authordanielamitaysc <daniel.amitay@snapchat.com>2017-07-24 15:32:39 -0400
committerJason Wray <jason@mapbox.com>2017-07-27 17:34:09 -0400
commit0cdef85798f7d2f78a732bb637f378560c1dce58 (patch)
treec03c5b48e39fe069c4bc8e1425ad509ee7045164 /platform/ios/CHANGELOG.md
parentfa0b307680aa47537e04f48134c8a38c2cb7e17c (diff)
downloadqtlocation-mapboxgl-0cdef85798f7d2f78a732bb637f378560c1dce58.tar.gz
[ios] Proper limiting behavior when trying to zoom out fully
- Bail from quick zoom if new zoom is same as old zoom - Allow pinch gesture at minZoom to still move the map
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 63e6a4d398..a8efb491dd 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Reduced the size of the dynamic framework by optimizing symbol visibility. ([#7604](https://github.com/mapbox/mapbox-gl-native/pull/7604))
* Fixed an issue where the attribution button would have its custom tint color reset when the map view received a tint color change notification, such as when an alert controller was presented. ([#9598](https://github.com/mapbox/mapbox-gl-native/pull/9598))
+* Improved the behavior of zoom gestures when the map reaches the minimum zoom limit. ([#9626](https://github.com/mapbox/mapbox-gl-native/pull/9626))
* Bitcode symbol maps (.bcsymbolmap files) are now included with the dynamic framework. ([#9613](https://github.com/mapbox/mapbox-gl-native/pull/9613))
## 3.6.0 - June 29, 2017