summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-12-08 10:36:44 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-12-08 10:36:44 -0800
commit318ea16c4cea4d480a6e8aa2e4a1ba9adc5bb5df (patch)
tree92d8de3337e17192188d8798899417e320cb460c /CHANGELOG.md
parent1d5f9b08f57a466b109e0c9373208a5c07fd2fdd (diff)
downloadqtlocation-mapboxgl-318ea16c4cea4d480a6e8aa2e4a1ba9adc5bb5df.tar.gz
fix erroneous changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 673a3adba4..f912bd0091 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,10 +23,11 @@ Known issues:
## iOS master
+- `MGLMapView` methods that alter the viewport now accept optional completion handlers. ([#3090](https://github.com/mapbox/mapbox-gl-native/pull/3090))
+
## iOS 3.0.1
- Fixed CoreTelephony.framework crash. ([#3170](https://github.com/mapbox/mapbox-gl-native/pull/3170))
-- `MGLMapView` methods that alter the viewport now accept optional completion handlers. ([#3090](https://github.com/mapbox/mapbox-gl-native/pull/3090))
- Fixed an issue preventing the compass from responding to taps after the compass is moved programmatically. ([#3117](https://github.com/mapbox/mapbox-gl-native/pull/3117))
- CocoaPods is now distributed via a (static) framework. ([#3181](https://github.com/mapbox/mapbox-gl-native/issues/3181))