summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2017-07-28 10:22:16 -0700
committerGitHub <noreply@github.com>2017-07-28 10:22:16 -0700
commitb0bae6d1dde4e8c3b0b0b50d4255e1073f36022a (patch)
treec281f9fd992ee1d9af1d8f4c8cdb01f59dc3c253 /platform/ios/CHANGELOG.md
parentcaba393c0ec3042a3e8e7f1a782e0283d131a996 (diff)
downloadqtlocation-mapboxgl-b0bae6d1dde4e8c3b0b0b50d4255e1073f36022a.tar.gz
[ios] tilt gesture type fix (#9642)
* [ios] Change function:angleBetweenPoints return type * [ios] Update changelog
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 a8efb491dd..43df49a9ac 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -7,6 +7,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))
+* Fixed an issue where tilt gesture was triggered with two fingers aligned vertically and panning down. ([#9571](https://github.com/mapbox/mapbox-gl-native/pull/9571))
* 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