summaryrefslogtreecommitdiff
path: root/platform/macos
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-19 12:23:19 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-20 12:35:00 -0700
commitfb736e8ef0e422bb0dc9b10a141b4f38488aa922 (patch)
treea69bdbd4440ad957ca5a758a15d9373054945f4a /platform/macos
parent579328314285dd03f5d4e31c4d16b4741ed7ac09 (diff)
downloadqtlocation-mapboxgl-fb736e8ef0e422bb0dc9b10a141b4f38488aa922.tar.gz
[ios, macos, android] Add changelog entries
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 5e704c694a..0386b78db0 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -4,6 +4,12 @@
## Styles and rendering
+* Token string syntax (`"{token}"`) in `MGLSymbolStyleLayer` `text` and `iconImageName` properties is now correctly converted to the appropriate `NSExpression` equivalent. ([#11659](https://github.com/mapbox/mapbox-gl-native/issues/11659))
+
+# 0.9.0 - July 18, 2018
+
+## Styles and rendering
+
* Added an `MGLRasterStyleLayer.rasterResamplingMode` property for configuring how raster style layers are overscaled. ([#12176](https://github.com/mapbox/mapbox-gl-native/pull/12176))
* `-[MGLStyle localizeLabelsIntoLocale:]` and `-[NSExpression mgl_expressionLocalizedIntoLocale:]` can automatically localize labels into Japanese or Korean based on the system’s language settings. ([#12286](https://github.com/mapbox/mapbox-gl-native/pull/12286))
* The `c` and `d` options are supported within comparison predicates for case and diacritic insensitivity, respectively. ([#12329](https://github.com/mapbox/mapbox-gl-native/pull/12329))