diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-10-21 13:23:44 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-10-21 13:23:44 -0700 |
commit | 16122d4ec3a7dba1894c62ebf53c2f4f3e53d7d8 (patch) | |
tree | cd2f28100e6d5ac4be31a76dc6c0e8c401c650e9 /CHANGELOG.md | |
parent | a4d8b373f3ccc10d08442127c82e816d0312d8f5 (diff) | |
download | qtlocation-mapboxgl-16122d4ec3a7dba1894c62ebf53c2f4f3e53d7d8.tar.gz |
[iOS] Updated changelog for #2700
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e16d11f182..f6ffd58eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Fixed a rendering issue with styles that use the `background-pattern` property. ([#2531](https://github.com/mapbox/mapbox-gl-native/pull/2531)) - Labels can now line wrap on hyphens and other punctuation. ([#2598](https://github.com/mapbox/mapbox-gl-native/pull/2598)) - A new delegate callback was added for observing taps to annotation callout views. ([#2596](https://github.com/mapbox/mapbox-gl-native/pull/2596)) +- `-mapViewRegionIsChanging:` is now sent to the map view’s delegate during gestures. ([#2700](https://github.com/mapbox/mapbox-gl-native/pull/2700)) - Removed CoreTelephony.framework dependency. ([#2581](https://github.com/mapbox/mapbox-gl-native/pull/2581)) ## iOS 2.1.2 |