summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-02-09 16:42:51 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-02-09 17:22:33 -0800
commit10470df6f3d678a2614003faafb1ad242bf3ba69 (patch)
treec5ace598b7f6a0bf29f9aa597fd91a8b1dd11fed /platform/macos/CHANGELOG.md
parent01f651cb2a6823459e65a6fd1337159ec0fa6d23 (diff)
downloadqtlocation-mapboxgl-10470df6f3d678a2614003faafb1ad242bf3ba69.tar.gz
[ios, macos] Updated changelog
Added mention of #7621.
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 3db58e3047..efca47f435 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -33,6 +33,7 @@
### Other changes
+* Fixed an issue that, among other things, caused various islands to disappear at certain zoom levels. ([#7621](https://github.com/mapbox/mapbox-gl-native/pull/7621))
* Fixed an issue where translucent point annotations along tile boundaries would be drawn darker than expected. ([#6832](https://github.com/mapbox/mapbox-gl-native/pull/6832))
* Fixed flickering that occurred when panning past the antimeridian. ([#7574](https://github.com/mapbox/mapbox-gl-native/pull/7574))
* Added a method to MGLMapViewDelegate, `-mapView:shouldChangeFromCamera:toCamera:`, that you can implement to restrict which parts the user can navigate to using gestures. ([#5584](https://github.com/mapbox/mapbox-gl-native/pull/5584))