diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-10-22 15:12:35 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-11-02 12:40:40 -0700 |
commit | c2e37f062be6848a73eb5659f253775aa0abfe02 (patch) | |
tree | e3fafb0cc1e9618249b98ff76d67077c416be19c /platform/macos/CHANGELOG.md | |
parent | 14663a5185ef25c6ea9592f6e9c425a3890f4c92 (diff) | |
download | qtlocation-mapboxgl-c2e37f062be6848a73eb5659f253775aa0abfe02.tar.gz |
[ios, macos] Adopted string enumerations
Notification names and user info keys posted by MGLOfflineStorage, as well as MGLErrorDomain, are instances of string enumerations for ease of use in Swift. Added some shims for projects built with Xcode 7.x.
Fixes #6791.
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 388eb07b04..9f08e5de9d 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -53,6 +53,7 @@ ### Other changes * Fixed an issue where the map view’s center would always be calculated as if the view occupied the entire window. ([#6102](https://github.com/mapbox/mapbox-gl-native/pull/6102)) +* Notification names and user info keys are now string enumeration values for ease of use in Swift. ([#6794](https://github.com/mapbox/mapbox-gl-native/pull/6794)) * Fixed a typo in the documentation for the MGLCompassDirectionFormatter class. ([#5879](https://github.com/mapbox/mapbox-gl-native/pull/5879)) ## 0.2.1 - July 19, 2016 |