From bb4873a8c62d7e08f12b18363700d9fb72ece69b Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Wed, 5 Sep 2018 11:11:59 -0400 Subject: [PATCH] [ios, macos] Update snapshotter change log entries after rebase --- platform/ios/CHANGELOG.md | 6 ++++++ platform/macos/CHANGELOG.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 8c0875e1b00..bfa72d8ecf2 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -2,6 +2,12 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started. +## master + +### Other changes + +* Fixed bug where completion block passed to `-[MGLMapSnapshotter startWithQueue:completionHandler:]` was not being called in all code paths. ([#12355](https://github.com/mapbox/mapbox-gl-native/pull/12355)) + ## 4.4.0 ### Styles and rendering diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 8cc93d34476..2fb601bf6f6 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for Mapbox Maps SDK for macOS +## master + +### Other changes + +* Fixed bug where completion block passed to `-[MGLMapSnapshotter startWithQueue:completionHandler:]` was not being called in all code paths. ([#12355](https://github.com/mapbox/mapbox-gl-native/pull/12355)) + # 0.11.0 ### Styles and rendering