summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-04-27 12:07:28 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-05-02 12:57:14 -0700
commitea59ba8209604c91b76abb31e6be15932bcb3430 (patch)
tree38ab009135da5c6a518cbbbc3aeea7dcd83e8614 /platform/ios/CHANGELOG.md
parentaabb7be3d62c1cee7d0d5c620f194f50375d14d3 (diff)
downloadqtlocation-mapboxgl-ea59ba8209604c91b76abb31e6be15932bcb3430.tar.gz
[android, ios, macos] Added Korean localization
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 3ec701c8ed..ea7f819089 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -8,8 +8,9 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Deprecated `+[NSExpression featurePropertiesVariableExpression]` use `+[NSExpression featureAttributesVariableExpression]` instead. ([#11748](https://github.com/mapbox/mapbox-gl-native/pull/11748))
-### Other
+### Other changes
+* Added a Korean localization. ([#11792](https://github.com/mapbox/mapbox-gl-native/pull/11792))
* Fixed an issue where `-[MGLMapView metersPerPixelAtLatitude:]` was removed, but not marked as unavailable. ([#11765](https://github.com/mapbox/mapbox-gl-native/pull/11765))
* Fixed an issue where selecting an onscreen annotation could move the map unintentionally. ([#11731](https://github.com/mapbox/mapbox-gl-native/pull/11731))
* Reduce per-frame render CPU time ([#11811](https://github.com/mapbox/mapbox-gl-native/issues/11811))