diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2016-07-26 18:21:31 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2016-07-27 13:26:01 -0700 |
commit | de0cb554d676a8a84e01ed18508fd3ef52661368 (patch) | |
tree | 738be977bc3ef06fe55ea85445c58bdd06998cd0 /platform/macos/CHANGELOG.md | |
parent | 9ecc0d95979ca2fa3154f4b47c8f9fa4717fe696 (diff) | |
download | qtlocation-mapboxgl-de0cb554d676a8a84e01ed18508fd3ef52661368.tar.gz |
fixes #5771: adds dates to releases in changelogs
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r-- | platform/macos/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index aff6b8581a..9bd4188552 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -4,7 +4,7 @@ * Added `showAnnotations:animated:` and `showAnnotations:edgePadding:animated:`, which moves the map viewport to show the specified annotations. ([#5749](https://github.com/mapbox/mapbox-gl-native/pull/5749)) -## 0.2.1 +## 0.2.1 - July 19, 2016 * Fixed a crash that occurred when a sprite URL lacks a file extension. See [this comment](https://github.com/mapbox/mapbox-gl-native/issues/5722#issuecomment-233701251) to determine who may be affected by this bug. ([#5723](https://github.com/mapbox/mapbox-gl-native/pull/5723)) * Right-clicking to open MGLMapView’s context menu no longer prevents the user from subsequently panning the map by clicking and dragging. ([#5593](https://github.com/mapbox/mapbox-gl-native/pull/5593)) @@ -21,7 +21,7 @@ * Replaced the wireframe debug mask with an overdraw visualization debug mask to match Mapbox GL JS’s overdraw inspector. ([#5403](https://github.com/mapbox/mapbox-gl-native/pull/5403)) * MGLMapDebugOverdrawVisualizationMask and MGLMapDebugStencilBufferMask does nothing in Release builds of the SDK. These are disabled for performance reasons. ([#5555](https://github.com/mapbox/mapbox-gl-native/pull/5555)) -## 0.2.0 +## 0.2.0 - June 14, 2016 * This version of the Mapbox macOS SDK roughly corresponds to version 3.3.0-beta.1 of the Mapbox iOS SDK. The two SDKs have very similar feature sets. The main differences are the lack of user location tracking and annotation views. Some APIs have been adapted to macOS conventions, particularly the use of NSPopover for callout views. * Renamed the SDK to the Mapbox macOS SDK. @@ -38,6 +38,6 @@ * Added new options to `MGLMapDebugMaskOptions` that show wireframes and the stencil buffer instead of the color buffer. ([#4359](https://github.com/mapbox/mapbox-gl-native/pull/4359)) * Declarations in the API documentation are shown in both Objective-C and Swift. ([realm/jazzy#530](https://github.com/realm/jazzy/pull/530)) -## 0.1.0 +## 0.1.0 - May 10, 2016 * This version of the Mapbox OS X SDK roughly corresponds to version 3.3.0-alpha.2 of the Mapbox iOS SDK. The two SDKs have very similar feature sets. The main difference is the lack of user location tracking. Some APIs have been adapted to OS X conventions, particularly the use of NSPopover for callout views. |