diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-10-12 11:05:32 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-10-12 11:05:32 -0700 |
commit | 96a9e0722dbc2789a5249c5882110d78bddbbff1 (patch) | |
tree | f8a7522589e759961234119f31ce8f375453e35f /CHANGELOG.md | |
parent | 24aa375cd108ccb4b876d473f518762cc6041c8e (diff) | |
download | qtlocation-mapboxgl-96a9e0722dbc2789a5249c5882110d78bddbbff1.tar.gz |
update changelog for new iOS delegate method
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 aae1143025..aa6548db93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - A new `MGLAnnotationImage.enabled` property allows you to disable touch events on individual annotations. ([#2501](https://github.com/mapbox/mapbox-gl-native/pull/2501)) - Fixed a rendering issue that caused one-way arrows along tile boundaries to point due east instead of in the direction of travel. ([#2530](https://github.com/mapbox/mapbox-gl-native/pull/2530)) - Fixed a rendering issue with styles that use the `background-pattern` property. ([#2531](https://github.com/mapbox/mapbox-gl-native/pull/2531)) +- A new delegate callback was added for observing taps to annotation callout views. ([#2596](https://github.com/mapbox/mapbox-gl-native/pull/2596)) ## iOS 2.1.2 |