summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-06-27 10:08:16 -0400
committerTobrun <tobrun@mapbox.com>2018-07-05 18:50:21 +0200
commit56ab3318a300b3675e902fd13690252d87739a27 (patch)
treef3717f3272ac1e5c93a390135df8c7c8715daa00 /platform/ios/CHANGELOG.md
parent99f9787cc4099b76401ab5b9a9ef7d2f894f9ab6 (diff)
downloadqtlocation-mapboxgl-56ab3318a300b3675e902fd13690252d87739a27.tar.gz
[ios] [macos] Added `-[MGLSnapshot coordinateForPoint:]` and associated test.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 4d052e0269..f69000a600 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -21,6 +21,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Improved caching performance. ([#12072](https://github.com/mapbox/mapbox-gl-native/pull/12072))
+### Other changes
+
+* Added `-[MGLMapSnapshot coordinateForPoint:]` that returns a map coordinate for a specified snapshot image point. ([#12221](https://github.com/mapbox/mapbox-gl-native/pull/12221))
+
## 4.0.3 - June 22, 2018
* Fixed a crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS 9._x_. ([#12123](https://github.com/mapbox/mapbox-gl-native/pull/12123))