summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-02-12 11:36:03 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-02-12 11:36:03 -0500
commit99582b773ebe1b0e39240fc608135a1742b4fa73 (patch)
treeedf3b4f5a2f440696c5b8dcee440ea8991b9a862 /platform/ios/CHANGELOG.md
parent0faad452a96ce6644cfc4ac07ec0e0c76e136935 (diff)
downloadqtlocation-mapboxgl-99582b773ebe1b0e39240fc608135a1742b4fa73.tar.gz
[ios] Made reason bitmask private, created public enum, and provided a mapping from the bitmask to enumupstream/jrex-10674-enum
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 49476f5917..3aa9ea1b85 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -5,7 +5,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 3.7.4
* Added the `MGLTileSourceOptionTileCoordinateBounds` option to create an `MGLTileSource` that only supplies tiles within a specific geographic bounding box. ([#11141](https://github.com/mapbox/mapbox-gl-native/pull/11141))
-* Provide optional delegate methods that provide a reason for a camera change. These are called in preference over the existing methods that do not have the parameter. ([#11151](https://github.com/mapbox/mapbox-gl-native/pull/11151))
+* Added optional delegate methods that provide a reason for a camera change. These are called in preference over the existing methods that do not have the parameter. ([#11151](https://github.com/mapbox/mapbox-gl-native/pull/11151))
## 3.7.3 - January 10, 2018