summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2019-01-09 13:07:00 -0500
committerGitHub <noreply@github.com>2019-01-09 13:07:00 -0500
commit53e20430c8522d2450e463a1cd3a4d65c3119ea7 (patch)
tree66d23edd06bf8574bec175c6ea939140564ca4ca /platform/ios/CHANGELOG.md
parentb6894557a748b53a9f5c887872187099a7c6f2d1 (diff)
downloadqtlocation-mapboxgl-53e20430c8522d2450e463a1cd3a4d65c3119ea7.tar.gz
[ios, macos] Fixes a bug where the animated parameter of -[MGLMapView selectAnnotation:animated:] was ignored. (#13689)
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index aae0cc66c3..d96bc3cb07 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added an `MGLStyle.performsPlacementTransitions` property to control how long it takes for colliding labels to fade out. ([#13565](https://github.com/mapbox/mapbox-gl-native/pull/13565))
* Fixed a crash when casting large numbers in `NSExpression`. ([#13580](https://github.com/mapbox/mapbox-gl-native/pull/13580))
+* Fixed a bug where the `animated` parameter to `-[MGLMapView selectAnnotation:animated:]` was being ignored. ([#13689](https://github.com/mapbox/mapbox-gl-native/pull/13689))
## 4.7.0 - December 18, 2018